Searched refs:rsave (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/vdso32/ |
| D | sigtramp.S | 53 #define rsave(regno, ofs) \ macro 143 rsave ( 0, 0*RSIZE); \ 144 rsave ( 2, 2*RSIZE); \ 145 rsave ( 3, 3*RSIZE); \ 146 rsave ( 4, 4*RSIZE); \ 147 rsave ( 5, 5*RSIZE); \ 148 rsave ( 6, 6*RSIZE); \ 149 rsave ( 7, 7*RSIZE); \ 150 rsave ( 8, 8*RSIZE); \ 151 rsave ( 9, 9*RSIZE); \ [all …]
|
| /Linux-v5.15/arch/powerpc/kernel/vdso64/ |
| D | sigtramp.S | 58 #define rsave(regno, ofs) \ macro 160 rsave ( 0, 0*RSIZE); \ 161 rsave ( 2, 2*RSIZE); \ 162 rsave ( 3, 3*RSIZE); \ 163 rsave ( 4, 4*RSIZE); \ 164 rsave ( 5, 5*RSIZE); \ 165 rsave ( 6, 6*RSIZE); \ 166 rsave ( 7, 7*RSIZE); \ 167 rsave ( 8, 8*RSIZE); \ 168 rsave ( 9, 9*RSIZE); \ [all …]
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | nospec-insn.h | 71 .macro __DECODE_RRR expand,rsave,rtarget,ruse 74 .ifc \rsave,%r\r1 167 .macro BASR_EX rsave,rtarget,ruse=%r1 168 559: __DECODE_RRR __THUNK_BRASL,\rsave,\rtarget,\ruse 189 .macro BASR_EX rsave,rtarget,ruse=%r1 190 basr \rsave,\rtarget
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 8979 u32 reg, rsave; in ixgbe_validate_rtr() local 8989 rsave = reg; in ixgbe_validate_rtr() 8999 if (reg != rsave) in ixgbe_validate_rtr()
|