Home
last modified time | relevance | path

Searched +full:differ +full:- (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/Linux-v6.6/tools/perf/tests/
Dsample-parsing.c1 // SPDX-License-Identifier: GPL-2.0
15 #include "util/synthetic-events.h"
21 if (s1->m != s2->m) { \
22 pr_debug("Samples differ at '"#m"'\n"); \
28 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \
29 pr_debug("Samples differ at '"#m"'\n"); \
41 #define FLAG(s) s->branch_stack->entries[i].flags
89 for (i = 0; i < s1->read.group.nr; i++) { in samples_same()
102 COMP(callchain->nr); in samples_same()
103 for (i = 0; i < s1->callchain->nr; i++) in samples_same()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dgr-udc.txt11 - 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-v6.6/arch/x86/math-emu/
Dreg_add_sub.c1 // 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-v6.6/fs/nls/
Dnls_koi8-ru.c2 * 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-v6.6/arch/mips/mm/
Dtlb-r4k.c20 #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-v6.6/fs/romfs/
Dstorage.c1 // 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-v6.6/tools/testing/selftests/bpf/prog_tests/
Dmetadata.c1 // 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-v6.6/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg.h1 /* 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-v6.6/tools/testing/ktest/examples/
Dvmware.conf5 # -------------
6 # - Edit the Virtual Machine ("Edit virtual machine settings")
7 # - Add a Serial Port
8 # - You almost certainly want it set "Connect at power on"
9 # - Select "Use socket (named pipe)"
10 # - Select a name that you'll recognize, like 'ktestserialpipe'
11 # - From: Server
12 # - To: A Virtual Machine
13 # - Save
14 # - Make sure you note the name, it will be in the base directory of the
[all …]
/Linux-v6.6/include/asm-generic/
Dsyscalls.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Calling conventions for these system calls can differ, so
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx6ul-tqma6ul1.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright 2018-2022 TQ-Systems GmbH
4 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
7 #include "imx6ul-tqma6ul2.dtsi"
10 model = "TQ-Systems TQMa6UL1 SoM";
11 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
16 * only external interfaces differ
/Linux-v6.6/include/linux/power/
Dtwl4030_madc_battery.h1 /* 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-v6.6/tools/include/uapi/linux/
Dfadvise.h1 /* 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-v6.6/include/uapi/linux/
Dfadvise.h1 /* 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-v6.6/arch/arm64/boot/dts/qcom/
Dsa8155p.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
7 * though the cmd-db doesn't reflect that and access attemps result in a bite.
13 power-domains = <&rpmhpd SA8155P_CX>;
17 power-domains = <&rpmhpd SA8155P_CX>;
21 power-domains = <&rpmhpd SA8155P_CX>;
25 power-domains = <&rpmhpd SA8155P_CX>;
29 power-domains = <&rpmhpd SA8155P_CX>,
37 * necessitate adjusting entries that actually differ
39 compatible = "qcom,sa8155p-rpmhpd";
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dcpuid_test.c1 // SPDX-License-Identifier: GPL-2.0-only
15 /* CPUIDs known to differ */
33 for (i = 0; i < guest_cpuid->nent; i++) { in test_guest_cpuids()
34 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids()
35 guest_cpuid->entries[i].index, in test_guest_cpuids()
38 GUEST_ASSERT_EQ(eax, guest_cpuid->entries[i].eax); in test_guest_cpuids()
39 GUEST_ASSERT_EQ(ebx, guest_cpuid->entries[i].ebx); in test_guest_cpuids()
40 GUEST_ASSERT_EQ(ecx, guest_cpuid->entries[i].ecx); in test_guest_cpuids()
41 GUEST_ASSERT_EQ(edx, guest_cpuid->entries[i].edx); in test_guest_cpuids()
64 if (mangled_cpuids[i].function == entrie->function && in is_cpuid_mangled()
[all …]
/Linux-v6.6/tools/testing/selftests/lkdtm/
Dtests.txt15 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ
82 FORTIFY_MEM_MEMBER detected field-spanning write
/Linux-v6.6/fs/freevxfs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 for Sunsoft Solaris, HP-UX and many other operating systems. However
11 these particular OS implementations of vxfs may differ in on-disk
13 tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)
15 2, 3 and 4. Tests were performed with HP-UX VxFS version 3.
21 There is a userspace utility for HP-UX logical volumes which makes
22 creating HP-UX logical volumes easy from HP-UX disk block device file
24 https://sourceforge.net/projects/linux-vxfs/
Dvxfs_fshead.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2000-2001 Christoph Hellwig.
10 * Veritas filesystem driver - fileset header structures.
23 __fs32 fsh_time; /* modification time - sec */
24 __fs32 fsh_utime; /* modification time - usec */
39 * b) differ a lot in different vxfs versions/ports
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Drenesas,dbsc.yaml1 # 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-v6.6/Documentation/devicetree/bindings/pci/
Dpcie-al.txt5 Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml.
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-v6.6/Documentation/arch/arm/vfp/
Drelease-notes.rst11 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-v6.6/include/uapi/asm-generic/
Dstatfs.h1 /* 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-v6.6/include/linux/
Dnsc_gpio.h1 /* 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-v6.6/fs/quota/
Dquotaio_v1.h1 /* 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 */

12345678910>>...21