Home
last modified time | relevance | path

Searched defs:LOAD (Results 1 – 25 of 25) sorted by relevance

/linux/arch/sparc/lib/
H A DNGmemcpy.S40 #define LOAD(type,addr,dest) type [addr], dest macro
42 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest macro
H A Dcsum_copy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A DGENcopy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
H A DU3copy_from_user.S24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A DNG4copy_from_user.S28 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A DM7copy_from_user.S29 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A DNGcopy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest macro
H A DU1copy_from_user.S24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A Dcsum_copy.S28 #define LOAD(type,addr,dest) type [addr], dest macro
H A DNG2copy_from_user.S32 #define LOAD(type,addr,dest) type##a [addr] %asi, dest macro
H A DGENmemcpy.S23 #define LOAD(type,addr,dest) type [addr], dest macro
H A DU3memcpy.S41 #define LOAD(type,addr,dest) type [addr], dest macro
H A DNG4memcpy.S66 #define LOAD(type,addr,dest) type [addr], dest macro
H A DM7memcpy.S117 #define LOAD(type,addr,dest) type [addr], dest macro
H A DU1memcpy.S43 #define LOAD(type,addr,dest) type [addr], dest macro
H A DNG2memcpy.S51 #define LOAD(type,addr,dest) type [addr], dest macro
/linux/arch/mips/lib/
H A Dcsum_partial.S43 #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 Dmemcpy.S149 #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 Dxor_vmx.c28 #define LOAD(V) \ macro
/linux/arch/arm/mach-spear/
H A Dtime.c38 #define LOAD(x) ((x) * 0x80 + 0x88) macro
/linux/drivers/pwm/
H A Dpwm-stmpe.c90 #define LOAD BIT(14) /* Only available on 2403 */ macro
/linux/lib/zlib_inflate/
H A Dinflate.c185 #define LOAD() \ macro
/linux/arch/mips/cavium-octeon/
H A Docteon-memcpy.S84 #define LOAD ld macro
/linux/arch/arm/nwfpe/
H A Dfpopcode.h213 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro
/linux/sound/pci/ice1712/
H A Dse.c127 const unsigned int LOAD = 0x040000; in se200pci_WM8766_write() local