Symbol: LD
arch/arc/include/asm/entry-compact.h
295
mov lp_count, r9 ;LD to lp_count is not allowed
arch/arc/include/asm/entry-compact.h
363
mov lp_count, r9 ;LD to lp_count is not allowed
arch/powerpc/kernel/align.c
48
{ 8, LD+E8 }, /* 0 00 00: evldd[x] */
arch/powerpc/kernel/align.c
49
{ 8, LD+E4 }, /* 0 00 01: evldw[x] */
arch/powerpc/kernel/align.c
50
{ 8, LD }, /* 0 00 10: evldh[x] */
arch/powerpc/kernel/align.c
52
{ 2, LD }, /* 0 01 00: evlhhesplat[x] */
arch/powerpc/kernel/align.c
54
{ 2, LD }, /* 0 01 10: evlhhousplat[x] */
arch/powerpc/kernel/align.c
55
{ 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */
arch/powerpc/kernel/align.c
56
{ 4, LD }, /* 0 10 00: evlwhe[x] */
arch/powerpc/kernel/align.c
58
{ 4, LD }, /* 0 10 10: evlwhou[x] */
arch/powerpc/kernel/align.c
59
{ 4, LD+SE }, /* 0 10 11: evlwhos[x] */
arch/powerpc/kernel/align.c
60
{ 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */
arch/powerpc/kernel/align.c
62
{ 4, LD }, /* 0 11 10: evlwhsplat[x] */
drivers/acpi/apei/ghes_helpers.c
27
prot_err->agent_type == LD || prot_err->agent_type == FMLD) &&
drivers/acpi/apei/ghes_helpers.c
45
case LD:
drivers/firmware/efi/cper_cxl.c
110
case LD:
drivers/firmware/efi/cper_cxl.c
43
case LD:
drivers/firmware/efi/cper_cxl.c
69
case LD:
drivers/firmware/efi/cper_cxl.c
95
case LD:
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1807
XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD, 1);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1931
if (!XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, LD))
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
2022
return XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD);
kernel/bpf/core.c
1808
INSN_3(LD, IMM, DW)
lib/raid/xor/loongarch/xor_simd.c
26
LD(0, base, 0) \
lib/raid/xor/loongarch/xor_simd.c
27
LD(1, base, 16) \
lib/raid/xor/loongarch/xor_simd.c
28
LD(2, base, 32) \
lib/raid/xor/loongarch/xor_simd.c
29
LD(3, base, 48)
lib/raid/xor/loongarch/xor_simd.c
32
LD(4, base, 0) \
lib/raid/xor/loongarch/xor_simd.c
33
LD(5, base, 16) \
lib/raid/xor/loongarch/xor_simd.c
34
LD(6, base, 32) \
lib/raid/xor/loongarch/xor_simd.c
35
LD(7, base, 48) \
lib/raid/xor/loongarch/xor_simd.c
69
LD(0, base, 0) \
lib/raid/xor/loongarch/xor_simd.c
70
LD(1, base, 32)
lib/raid/xor/loongarch/xor_simd.c
73
LD(2, base, 0) \
lib/raid/xor/loongarch/xor_simd.c
74
LD(3, base, 32) \
lib/raid/xor/x86/xor-mmx.c
115
LD(i, 0) \
lib/raid/xor/x86/xor-mmx.c
116
LD(i + 1, 1) \
lib/raid/xor/x86/xor-mmx.c
117
LD(i + 2, 2) \
lib/raid/xor/x86/xor-mmx.c
118
LD(i + 3, 3) \
lib/raid/xor/x86/xor-mmx.c
177
LD(i, 0) \
lib/raid/xor/x86/xor-mmx.c
178
LD(i + 1, 1) \
lib/raid/xor/x86/xor-mmx.c
179
LD(i + 2, 2) \
lib/raid/xor/x86/xor-mmx.c
180
LD(i + 3, 3) \
lib/raid/xor/x86/xor-mmx.c
27
LD(i, 0) \
lib/raid/xor/x86/xor-mmx.c
28
LD(i + 1, 1) \
lib/raid/xor/x86/xor-mmx.c
29
LD(i + 2, 2) \
lib/raid/xor/x86/xor-mmx.c
30
LD(i + 3, 3) \
lib/raid/xor/x86/xor-mmx.c
68
LD(i, 0) \
lib/raid/xor/x86/xor-mmx.c
69
LD(i + 1, 1) \
lib/raid/xor/x86/xor-mmx.c
70
LD(i + 2, 2) \
lib/raid/xor/x86/xor-mmx.c
71
LD(i + 3, 3) \
lib/raid/xor/x86/xor-sse.c
105
BLK64(PF0, LD, i) \
lib/raid/xor/x86/xor-sse.c
139
LD(i, 0) \
lib/raid/xor/x86/xor-sse.c
140
LD(i + 1, 1) \
lib/raid/xor/x86/xor-sse.c
141
LD(i + 2, 2) \
lib/raid/xor/x86/xor-sse.c
142
LD(i + 3, 3) \
lib/raid/xor/x86/xor-sse.c
193
BLK64(PF0, LD, i) \
lib/raid/xor/x86/xor-sse.c
230
LD(i, 0) \
lib/raid/xor/x86/xor-sse.c
231
LD(i + 1, 1) \
lib/raid/xor/x86/xor-sse.c
232
LD(i + 2, 2) \
lib/raid/xor/x86/xor-sse.c
233
LD(i + 3, 3) \
lib/raid/xor/x86/xor-sse.c
292
BLK64(PF0, LD, i) \
lib/raid/xor/x86/xor-sse.c
332
LD(i, 0) \
lib/raid/xor/x86/xor-sse.c
333
LD(i + 1, 1) \
lib/raid/xor/x86/xor-sse.c
334
LD(i + 2, 2) \
lib/raid/xor/x86/xor-sse.c
335
LD(i + 3, 3) \
lib/raid/xor/x86/xor-sse.c
402
BLK64(PF0, LD, i) \
lib/raid/xor/x86/xor-sse.c
57
LD(i, 0) \
lib/raid/xor/x86/xor-sse.c
58
LD(i + 1, 1) \
lib/raid/xor/x86/xor-sse.c
61
LD(i + 2, 2) \
lib/raid/xor/x86/xor-sse.c
62
LD(i + 3, 3) \