Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dsysfs.c190 STORE(__cached_dev) in STORE() function
288 STORE(bch_cached_dev) in STORE() function
360 STORE(__bch_flash_dev) in STORE() function
580 STORE(__bch_cache_set) in STORE() function
666 STORE(bch_cache_set_internal) in STORE() function
841 STORE(__bch_cache) in STORE() function
Dsysfs.h18 #define STORE(fn) \ macro
Dstats.c73 STORE(bch_stats) in STORE() function
/linux-4.4.14/arch/sparc/lib/
DNG4memcpy.S72 #define STORE(type,src,addr) type src, [addr] macro
74 #define STORE(type,src,addr) type##a src, [addr] %asi macro
Dcsum_copy_to_user.S19 #define STORE(type,src,addr) type##a src, [addr] %asi macro
DGENcopy_to_user.S19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS macro
DNGcopy_to_user.S19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS macro
DNG4copy_to_user.S31 #define STORE(type,src,addr) type##a src, [addr] %asi macro
DU3copy_to_user.S23 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS macro
DU1copy_to_user.S23 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS macro
Dcsum_copy.S29 #define STORE(type,src,addr) type src, [addr] macro
DNG2copy_to_user.S35 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS macro
DGENmemcpy.S29 #define STORE(type,src,addr) type src, [addr] macro
DU3memcpy.S47 #define STORE(type,src,addr) type src, [addr] macro
DNGmemcpy.S55 #define STORE(type,src,addr) type src, [addr] macro
DNG2memcpy.S62 #define STORE(type,src,addr) type src, [addr] macro
64 #define STORE(type,src,addr) type##a src, [addr] 0x80 macro
DU1memcpy.S52 #define STORE(type,src,addr) type src, [addr] macro
/linux-4.4.14/arch/powerpc/lib/
Dxor_vmx.c41 #define STORE(V) \ macro
/linux-4.4.14/arch/powerpc/include/asm/
Dsstep.h36 STORE, enumerator
/linux-4.4.14/arch/mips/lib/
Dmemcpy.S150 #define STORE(reg, addr, handler) EXC(sd, ST_INSN, reg, addr, handler) macro
187 #define STORE(reg, addr, handler) EXC(sw, ST_INSN, reg, addr, handler) macro
Dcsum_partial.S391 #define STORE(reg, addr, handler) EXC(sd, ST_INSN, reg, addr, handler) macro
411 #define STORE(reg, addr, handler) EXC(sw, ST_INSN, reg, addr, handler) macro
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-memcpy.S88 #define STORE sd macro
/linux-4.4.14/sound/oss/
Dmidi_synth.c31 #define STORE(cmd) \ macro
Dmpu401.c163 #define STORE(cmd) \ macro
/linux-4.4.14/arch/arm/nwfpe/
Dfpopcode.h226 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) macro