Home
last modified time | relevance | path

Searched refs:RS_MASK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Duasm.c79 WARN(arg & ~RS_MASK, KERN_WARNING "Micro-assembler field overflow\n"); in build_rs()
81 return (arg & RS_MASK) << RS_SH; in build_rs()
H A Duasm-micromips.c24 #define RS_MASK 0x1f macro
H A Duasm-mips.c24 #define RS_MASK 0x1f macro
/kernel/linux/linux-6.6/arch/mips/mm/
H A Duasm.c79 WARN(arg & ~RS_MASK, KERN_WARNING "Micro-assembler field overflow\n"); in build_rs()
81 return (arg & RS_MASK) << RS_SH; in build_rs()
H A Duasm-micromips.c24 #define RS_MASK 0x1f macro
H A Duasm-mips.c24 #define RS_MASK 0x1f macro

Completed in 6 milliseconds