/Linux-v5.10/tools/perf/tests/ |
D | sample-parsing.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include "util/synthetic-events.h" 20 if (s1->m != s2->m) { \ 21 pr_debug("Samples differ at '"#m"'\n"); \ 27 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \ 28 pr_debug("Samples differ at '"#m"'\n"); \ 79 for (i = 0; i < s1->read.group.nr; i++) in samples_same() 87 COMP(callchain->nr); in samples_same() 88 for (i = 0; i < s1->callchain->nr; i++) in samples_same() 89 COMP(callchain->ips[i]); in samples_same() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | gr-udc.txt | 11 - name : Should be "GAISLER_USBDC" or "01_021" 13 - reg : Address and length of the register set for the device 15 - interrupts : Interrupt numbers for this device. Either one interrupt number 21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ 27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
|
/Linux-v5.10/arch/x86/math-emu/ |
D | reg_add_sub.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /*---------------------------------------------------------------------------+ 9 | E-mail billm@suburbia.net | 12 +---------------------------------------------------------------------------*/ 14 /*---------------------------------------------------------------------------+ 17 | Each function returns 0 if the answer is o.k., otherwise a non-zero | 20 +---------------------------------------------------------------------------*/ 59 diff = expa - expb; in FPU_add() 61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add() 64 diff = a->sigl > b->sigl; in FPU_add() [all …]
|
/Linux-v5.10/fs/nls/ |
D | nls_koi8-ru.c | 2 * linux/fs/nls/nls_koi8-ru.c 4 * Charset koi8-ru translation based on charset koi8-u. 20 return -ENAMETOOLONG; in uni2char() 23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char() 31 return p_nls->uni2char(uni, out, boundlen); in uni2char() 36 return p_nls->uni2char(uni, out, boundlen); in uni2char() 45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni() 50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni() 55 .charset = "koi8-ru", 62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru() [all …]
|
/Linux-v5.10/arch/mips/mm/ |
D | tlb-r4k.c | 20 #include <asm/cpu-type.h> 30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has 50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm() 90 /* Make sure all entries differ. */ in local_flush_tlb_all() 109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range() 118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range() 148 /* Make sure all entries differ. */ in local_flush_tlb_range() 171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range() 179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range() 196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range() [all …]
|
/Linux-v5.10/arch/arm/mach-pxa/include/mach/ |
D | magician.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 111 * FIXME behaves like (6,3), may differ for host/device 122 /* FIXME behaves like (4,1), may differ for host/device */
|
/Linux-v5.10/fs/romfs/ |
D | storage.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__) 30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read() 53 return n + (p - buf); in romfs_mtd_strnlen() 54 maxlen -= len; in romfs_mtd_strnlen() 64 * - return 1 if matched, 0 if differ, -ve if error 82 len--; in romfs_mtd_strcmp() 86 size -= len; in romfs_mtd_strcmp() 112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read() 113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | metadata.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 return -errno; in prog_holds_map() 35 return -errno; in prog_holds_map() 39 return -ENOMEM; in prog_holds_map() 49 ret = -errno; in prog_holds_map() 53 ret = -ENOENT; in prog_holds_map() 72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused() 75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused() 76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused() 77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused() [all …]
|
/Linux-v5.10/drivers/staging/vc04_services/vchiq-mmal/ |
D | mmal-msg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 37 #include "mmal-msg-common.h" 38 #include "mmal-msg-format.h" 39 #include "mmal-msg-port.h" 40 #include "mmal-vchiq.h" 72 /* port action request messages differ depending on the action type */ 112 u32 status; /* enum mmal_msg_status - how does this differ to 326 * differ to the one in the header?
|
/Linux-v5.10/include/asm-generic/ |
D | syscalls.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * Calling conventions for these system calls can differ, so
|
/Linux-v5.10/include/linux/power/ |
D | twl4030_madc_battery.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for 18 short voltage; /* in mV - specify -1 for end of list */
|
/Linux-v5.10/include/uapi/linux/ |
D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
D | auxvec.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 30 * differ from AT_PLATFORM. */
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
/Linux-v5.10/fs/freevxfs/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 for Sunsoft Solaris, HP-UX and many other operating systems. However 10 these particular OS implementations of vxfs may differ in on-disk 12 tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.) 14 2, 3 and 4. Tests were performed with HP-UX VxFS version 3. 20 There is a userspace utility for HP-UX logical volumes which makes 21 creating HP-UX logical volumes easy from HP-UX disk block device file 23 https://sourceforge.net/projects/linux-vxfs/
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas,dbsc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/memory-controllers/renesas,dbsc.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Geert Uytterhoeven <geert+renesas@glider.be> 14 controllers differ from one SoC variant to another, and are called by 21 - renesas,dbsc-r8a73a4 # R-Mobile APE6 22 - renesas,dbsc3-r8a7740 # R-Mobile A1 23 - renesas,sbsc-sh73a0 # SH-Mobile AG5 31 interrupt-names: [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | pcie-al.txt | 5 Documentation/devicetree/bindings/pci/designware-pcie.txt. 7 Properties of the host controller node that differ from it are: 9 - compatible: 13 - "amazon,al-alpine-v2-pcie" for alpine_v2 14 - "amazon,al-alpine-v3-pcie" for alpine_v3 16 - reg: 18 Value type: <prop-encoded-array> 19 Definition: Register ranges as listed in the reg-names property 21 - reg-names: 25 - "config" PCIe ECAM space [all …]
|
/Linux-v5.10/Documentation/arm/vfp/ |
D | release-notes.rst | 11 on ARM926EJ-S. 13 This release has been validated against the SoftFloat-2b library by 14 John R. Hauser using the TestFloat-2a test suite. Details of this 21 - fdiv 22 - fsub 23 - fadd 24 - fmul 25 - fcmp 26 - fcmpe 27 - fcvtd [all …]
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | statfs.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 9 * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'. 10 * Yes, they differ in signedness as well as size. 11 * Special cases can override it for themselves -- except for S390x, which 39 * ARM needs to avoid the 32-bit padding at the end, for consistency 62 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
|
/Linux-v5.10/include/linux/ |
D | nsc_gpio.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 struct nsc_gpio_ops abstracts the low-level access 9 integrated CPU, and the PC-8736[03456] integrated PC-peripheral 13 the access methods differ. Thus, scx200_gpio and pc8736x_gpio 15 file-operations routines implemented in nsc_gpio module. 19 NB: this work was tested on the Geode SC-1100 and PC-87366 chips. 20 NSC sold the GEODE line to AMD, and the PC-8736x line to Winbond.
|
/Linux-v5.10/fs/quota/ |
D | quotaio_v1.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 18 * (as it appears on disk) - the file is an array of these structures 29 /* below fields differ in length on 32-bit vs 64-bit architectures */
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | st,spear3xx-shirq.txt | 8 exceeding 4. The number of devices in a group can differ, further they 16 For example, a 32-bit interrupt enable/disable config register can 20 - compatible: should be, either of 21 - "st,spear300-shirq" 22 - "st,spear310-shirq" 23 - "st,spear320-shirq" 24 - interrupt-controller: Identifies the node as an interrupt controller. 25 - #interrupt-cells: should be <1> which basically contains the offset 27 - reg: Base address and size of shirq registers. 28 - interrupts: The list of interrupts generated by the groups which are [all …]
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | cmb.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 8 * struct cmbdata - channel measurement block data for user space 24 * Currently, two formats are known, which differ by the size of
|
/Linux-v5.10/arch/x86/include/asm/ |
D | vmware.h | 1 /* SPDX-License-Identifier: GPL-2.0 or MIT */ 10 * The hypercall definitions differ in the low word of the %edx argument 12 * number to distinguish between high- and low bandwidth versions. 23 /* Old port-based version */
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ohare.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 21 * and may differ for other machines.
|