/linux/arch/sparc/lib/ |
A D | NGmemcpy.S | 41 #define LOAD(type,addr,dest) type [addr], dest macro 43 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest macro
|
A D | csum_copy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | GENcopy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
A D | U3copy_from_user.S | 24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | M7copy_from_user.S | 29 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | NG4copy_from_user.S | 28 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | NGcopy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
A D | U1copy_from_user.S | 24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | csum_copy.S | 28 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | NG2copy_from_user.S | 32 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
A D | GENmemcpy.S | 23 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | U3memcpy.S | 41 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | NG4memcpy.S | 66 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | M7memcpy.S | 117 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | U1memcpy.S | 43 #define LOAD(type,addr,dest) type [addr], dest macro
|
A D | NG2memcpy.S | 51 #define LOAD(type,addr,dest) type [addr], dest macro
|
/linux/arch/mips/lib/ |
A D | csum_partial.S | 43 #define LOAD ld macro 50 #define LOAD lw macro 372 #define LOAD(reg, addr) EXC(ld, LD_INSN, reg, addr) macro 392 #define LOAD(reg, addr) EXC(lw, LD_INSN, reg, addr) macro
|
A D | memcpy.S | 149 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) macro 186 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) macro
|
/linux/arch/powerpc/lib/ |
A D | xor_vmx.c | 28 #define LOAD(V) \ macro
|
/linux/tools/testing/selftests/powerpc/mm/ |
A D | stack_expansion_ldst.c | 32 LOAD, enumerator
|
/linux/arch/arm/mach-spear/ |
A D | time.c | 41 #define LOAD(x) ((x) * 0x80 + 0x88) macro
|
/linux/drivers/pwm/ |
A D | pwm-stmpe.c | 92 #define LOAD BIT(14) /* Only available on 2403 */ macro
|
/linux/arch/mips/cavium-octeon/ |
A D | octeon-memcpy.S | 84 #define LOAD ld macro
|
/linux/lib/zlib_inflate/ |
A D | inflate.c | 185 #define LOAD() \ macro
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 24 LOAD, /* load and store types need to be contiguous */ enumerator
|