Symbol: d6
arch/m68k/include/asm/elf.h
105
pr_reg[5] = sw->d6; \
arch/m68k/include/asm/entry.h
167
moveml %a3-%a6/%d6-%d7,%sp@
arch/m68k/include/asm/entry.h
171
moveml %sp@,%a3-%a6/%d6-%d7
arch/m68k/include/asm/entry.h
210
moveml %a3-%a6/%d6-%d7,%sp@-
arch/m68k/include/asm/entry.h
214
moveml %sp@+,%a3-%a6/%d6-%d7
arch/m68k/include/asm/user.h
41
long d1,d2,d3,d4,d5,d6,d7;
arch/m68k/include/uapi/asm/ptrace.h
60
unsigned long d6;
arch/m68k/kernel/ptrace.c
58
[5] = SW_REG(d6),
arch/m68k/kernel/signal.c
732
err |= __get_user(sw->d6, &gregs[6]);
arch/m68k/kernel/signal.c
845
err |= __put_user(sw->d6, &gregs[6]);
arch/x86/kernel/process_32.c
102
log_lvl, d6, d7);
arch/x86/kernel/process_32.c
63
unsigned long d0, d1, d2, d3, d6, d7;
arch/x86/kernel/process_32.c
91
get_debugreg(d6, 6);
arch/x86/kernel/process_32.c
96
(d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1))
arch/x86/kernel/process_64.c
132
get_debugreg(d6, 6);
arch/x86/kernel/process_64.c
137
(d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1))) {
arch/x86/kernel/process_64.c
141
log_lvl, d3, d6, d7);
arch/x86/kernel/process_64.c
74
unsigned long d0, d1, d2, d3, d6, d7;
crypto/testmgr.h
1119
be64_to_cpua(29, e6, fb, ca, 8c, d6, b6, b4),
crypto/testmgr.h
1202
be64_to_cpua(d6, 43, e7, ff, 42, b2, ba, 74),
crypto/testmgr.h
669
be64_to_cpua(ad, 59, ad, 88, 27, d6, 92, 6b),
crypto/testmgr.h
766
be64_to_cpua(dd, 15, bb, d6, 8c, a7, 03, 78),
drivers/acpi/acpica/acmacros.h
456
#define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
drivers/acpi/acpica/acmacros.h
460
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
drivers/gpu/drm/amd/ras/rascore/ras_cper.h
32
#define CPER_GUID__INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
drivers/gpu/drm/amd/ras/rascore/ras_cper.h
37
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
drivers/gpu/drm/i915/display/intel_lt_phy.c
1574
u32 d6 = 0, d6_new = 0;
drivers/gpu/drm/i915/display/intel_lt_phy.c
1633
d6_new = (d6 == 0) ? 40 : d6;
drivers/ipack/devices/scc2698.h
54
u8 d6, ctur; /* Counter timer upper register of block */
drivers/ipack/devices/scc2698.h
72
u8 d6, ctu; /* Counter timer upper register of block */
drivers/media/v4l2-core/v4l2-vp9.c
1110
#define DIVS_INV(d0, d1, d2, d3, d4, d5, d6, d7, d8, d9) \
drivers/media/v4l2-core/v4l2-vp9.c
1112
DIV_INV(d4), DIV_INV(d5), DIV_INV(d6), DIV_INV(d7), \
drivers/pinctrl/renesas/pfc-r8a7778.c
1448
#define MMC_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \
drivers/pinctrl/renesas/pfc-r8a7778.c
1449
SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
drivers/pinctrl/renesas/pfc-r8a7778.c
1671
#define VIN_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \
drivers/pinctrl/renesas/pfc-r8a7778.c
1672
SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
include/asm-generic/xor.h
109
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
116
d6 = p1[6];
include/asm-generic/xor.h
124
d6 ^= p2[6];
include/asm-generic/xor.h
132
p1[6] = d6;
include/asm-generic/xor.h
147
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
154
d6 = p1[6];
include/asm-generic/xor.h
162
d6 ^= p2[6];
include/asm-generic/xor.h
170
d6 ^= p3[6];
include/asm-generic/xor.h
178
p1[6] = d6;
include/asm-generic/xor.h
195
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
202
d6 = p1[6];
include/asm-generic/xor.h
210
d6 ^= p2[6];
include/asm-generic/xor.h
218
d6 ^= p3[6];
include/asm-generic/xor.h
226
d6 ^= p4[6];
include/asm-generic/xor.h
234
p1[6] = d6;
include/asm-generic/xor.h
253
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
260
d6 = p1[6];
include/asm-generic/xor.h
268
d6 ^= p2[6];
include/asm-generic/xor.h
276
d6 ^= p3[6];
include/asm-generic/xor.h
284
d6 ^= p4[6];
include/asm-generic/xor.h
292
d6 ^= p5[6];
include/asm-generic/xor.h
300
p1[6] = d6;
include/asm-generic/xor.h
454
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
465
d6 = p1[6];
include/asm-generic/xor.h
473
d6 ^= p2[6];
include/asm-generic/xor.h
481
p1[6] = d6;
include/asm-generic/xor.h
502
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
514
d6 = p1[6];
include/asm-generic/xor.h
522
d6 ^= p2[6];
include/asm-generic/xor.h
530
d6 ^= p3[6];
include/asm-generic/xor.h
538
p1[6] = d6;
include/asm-generic/xor.h
562
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
575
d6 = p1[6];
include/asm-generic/xor.h
583
d6 ^= p2[6];
include/asm-generic/xor.h
591
d6 ^= p3[6];
include/asm-generic/xor.h
599
d6 ^= p4[6];
include/asm-generic/xor.h
607
p1[6] = d6;
include/asm-generic/xor.h
634
register long d0, d1, d2, d3, d4, d5, d6, d7;
include/asm-generic/xor.h
648
d6 = p1[6];
include/asm-generic/xor.h
656
d6 ^= p2[6];
include/asm-generic/xor.h
664
d6 ^= p3[6];
include/asm-generic/xor.h
672
d6 ^= p4[6];
include/asm-generic/xor.h
680
d6 ^= p5[6];
include/asm-generic/xor.h
688
p1[6] = d6;
include/linux/uuid.h
23
#define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
include/linux/uuid.h
28
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
include/linux/uuid.h
30
#define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
include/linux/uuid.h
35
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
include/uapi/linux/mei_uuid.h
18
#define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
include/uapi/linux/mei_uuid.h
23
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
tools/testing/selftests/net/tun.c
715
struct sockaddr_in6 *d6 = (struct sockaddr_in6 *)dst;
tools/testing/selftests/net/tun.c
719
d6->sin6_addr = is_outer ? param_ipaddr6_outer_dst :
tools/testing/selftests/net/tun.c
723
d6->sin6_port = htons(UDP_DST_PORT);