/arch/s390/net/ |
D | bpf_jit.S | 48 #define sk_load_common(NAME, SIZE, LOAD) \ argument 98 #define sk_negative_common(NAME, SIZE, LOAD) \ argument
|
/arch/sparc/lib/ |
D | csum_copy_from_user.S | 19 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
D | GENcopy_from_user.S | 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
D | U3copy_from_user.S | 23 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
D | NG4copy_from_user.S | 27 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
D | NGcopy_from_user.S | 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
D | NGmemcpy.S | 40 #define LOAD(type,addr,dest) type [addr], dest macro 42 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest macro
|
D | U1copy_from_user.S | 23 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
D | csum_copy.S | 25 #define LOAD(type,addr,dest) type [addr], dest macro
|
D | NG2copy_from_user.S | 31 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
D | GENmemcpy.S | 22 #define LOAD(type,addr,dest) type [addr], dest macro
|
D | U3memcpy.S | 40 #define LOAD(type,addr,dest) type [addr], dest macro
|
D | NG4memcpy.S | 65 #define LOAD(type,addr,dest) type [addr], dest macro
|
D | U1memcpy.S | 41 #define LOAD(type,addr,dest) type [addr], dest macro
|
D | NG2memcpy.S | 50 #define LOAD(type,addr,dest) type [addr], dest macro
|
/arch/powerpc/lib/ |
D | xor_vmx.c | 33 #define LOAD(V) \ macro
|
/arch/mips/lib/ |
D | csum_partial.S | 42 #define LOAD ld macro 49 #define LOAD lw macro 384 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) macro 404 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) macro
|
D | memcpy.S | 145 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) macro 182 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) macro
|
/arch/powerpc/include/asm/ |
D | sstep.h | 31 LOAD, enumerator
|
/arch/arm/mach-spear/ |
D | time.c | 41 #define LOAD(x) ((x) * 0x80 + 0x88) macro
|
/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 83 #define LOAD ld macro
|
/arch/arm/nwfpe/ |
D | fpopcode.h | 225 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro
|