| /Linux-v5.4/arch/sparc/lib/ | 
| D | NGmemcpy.S | 41 #define LOAD(type,addr,dest)	type [addr], dest  macro43 #define LOAD(type,addr,dest)	type##a [addr] 0x80, dest  macro
 
 | 
| D | csum_copy_from_user.S | 20 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | GENcopy_from_user.S | 20 #define LOAD(type,addr,dest)	type##a [addr] ASI_AIUS, dest  macro
 | 
| D | U3copy_from_user.S | 24 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | M7copy_from_user.S | 29 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | NG4copy_from_user.S | 28 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | NGcopy_from_user.S | 20 #define LOAD(type,addr,dest)	type##a [addr] ASI_AIUS, dest  macro
 | 
| D | U1copy_from_user.S | 24 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | csum_copy.S | 28 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | NG2copy_from_user.S | 32 #define LOAD(type,addr,dest)	type##a [addr] %asi, dest  macro
 | 
| D | GENmemcpy.S | 23 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | U3memcpy.S | 41 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | NG4memcpy.S | 66 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | M7memcpy.S | 117 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | U1memcpy.S | 43 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| D | NG2memcpy.S | 51 #define LOAD(type,addr,dest)	type [addr], dest  macro
 | 
| /Linux-v5.4/arch/mips/lib/ | 
| D | csum_partial.S | 43 #define LOAD   ld  macro50 #define LOAD   lw  macro
 386 #define LOAD(reg, addr, handler)	EXC(ld, LD_INSN, reg, addr, handler)  macro
 406 #define LOAD(reg, addr, handler)	EXC(lw, LD_INSN, reg, addr, handler)  macro
 
 | 
| D | memcpy.S | 149 #define LOAD(reg, addr, handler)	EXC(ld, LD_INSN, reg, addr, handler)  macro186 #define LOAD(reg, addr, handler)	EXC(lw, LD_INSN, reg, addr, handler)  macro
 
 | 
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | xor_vmx.c | 28 #define LOAD(V)			\  macro
 | 
| /Linux-v5.4/drivers/pwm/ | 
| D | pwm-stmpe.c | 92 #define LOAD		BIT(14) /* Only available on 2403 */  macro
 | 
| /Linux-v5.4/lib/zlib_inflate/ | 
| D | inflate.c | 166 #define LOAD() \  macro
 | 
| /Linux-v5.4/arch/arm/mach-spear/ | 
| D | time.c | 41 #define LOAD(x)		((x) * 0x80 + 0x88)  macro
 | 
| /Linux-v5.4/arch/mips/cavium-octeon/ | 
| D | octeon-memcpy.S | 84 #define LOAD   ld  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | sstep.h | 24 	LOAD,			/* load and store types need to be contiguous */  enumerator
 | 
| /Linux-v5.4/arch/arm/nwfpe/ | 
| D | fpopcode.h | 213 #define LOAD(opcode)			((opcode & BIT_LOAD) != 0)  macro
 |