/linux/arch/sparc/lib/ |
H A 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
|
H A D | csum_copy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | GENcopy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
H A D | U3copy_from_user.S | 24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | NG4copy_from_user.S | 28 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | M7copy_from_user.S | 29 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | NGcopy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
|
H A D | U1copy_from_user.S | 24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | csum_copy.S | 28 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | NG2copy_from_user.S | 32 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
|
H A D | GENmemcpy.S | 23 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | U3memcpy.S | 41 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | NG4memcpy.S | 66 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | M7memcpy.S | 117 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | U1memcpy.S | 43 #define LOAD(type,addr,dest) type [addr], dest macro
|
H A D | NG2memcpy.S | 51 #define LOAD(type,addr,dest) type [addr], dest macro
|
/linux/arch/mips/lib/ |
H 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
|
H 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/ |
H A D | xor_vmx.c | 28 #define LOAD(V) \ macro
|
/linux/arch/arm/mach-spear/ |
H A D | time.c | 38 #define LOAD(x) ((x) * 0x80 + 0x88) macro
|
/linux/drivers/pwm/ |
H A D | pwm-stmpe.c | 90 #define LOAD BIT(14) /* Only available on 2403 */ macro
|
/linux/lib/zlib_inflate/ |
H A D | inflate.c | 185 #define LOAD() \ macro
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 84 #define LOAD ld macro
|
/linux/arch/arm/nwfpe/ |
H A D | fpopcode.h | 213 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro
|
/linux/sound/pci/ice1712/ |
H A D | se.c | 127 const unsigned int LOAD = 0x040000; in se200pci_WM8766_write() local
|