Searched refs:StoreW (Results 1 – 3 of 3) sorted by relevance
/arch/mips/kernel/ |
D | unaligned.c | 401 StoreW(addr, value, res); in emulate_load_store_insn() 405 StoreW(addr, value, res); in emulate_load_store_insn() 715 StoreW(addr, value, res); in emulate_load_store_microMIPS() 720 StoreW(addr, value, res); in emulate_load_store_microMIPS() 823 StoreW(addr, value, res); in emulate_load_store_microMIPS() 830 StoreW(addr, value, res); in emulate_load_store_microMIPS() 837 StoreW(addr, value, res); in emulate_load_store_microMIPS() 1038 StoreW(addr, value, res); in emulate_load_store_microMIPS() 1044 StoreW(addr, value, res); in emulate_load_store_microMIPS() 1175 StoreW(addr, value, res); in emulate_load_store_microMIPS() [all …]
|
/arch/mips/loongson64/ |
D | cop2-ex.c | 257 StoreW(addr, value, res); in loongson_cu2_call() 285 StoreW(addr, value, res); in loongson_cu2_call()
|
/arch/mips/include/asm/ |
D | unaligned-emul.h | 775 #define StoreW(addr, value, res) _StoreW(addr, value, res, kernel) macro
|