Home
last modified time | relevance | path

Searched refs:I_CACHEOP_SFT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dinst.h38 #define I_CACHEOP_SFT 18 macro
39 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dinst.h38 #define I_CACHEOP_SFT 18 macro
39 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dinst.h43 #define I_CACHEOP_SFT 18 macro
44 #define LOONGARCHInst_CACHEOP(x) ((LOONGARCHInst(x) & 0x001c0000) >> I_CACHEOP_SFT)

Completed in 2 milliseconds