Searched refs:rsave (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | sigtramp.S | 56 #define rsave(regno, ofs) \ macro 158 rsave ( 0, 0*RSIZE); \ 159 rsave ( 2, 2*RSIZE); \ 160 rsave ( 3, 3*RSIZE); \ 161 rsave ( 4, 4*RSIZE); \ 162 rsave ( 5, 5*RSIZE); \ 163 rsave ( 6, 6*RSIZE); \ 164 rsave ( 7, 7*RSIZE); \ 165 rsave ( 8, 8*RSIZE); \ 166 rsave ( 9, 9*RSIZE); \ [all …]
|
/Linux-v4.19/arch/powerpc/kernel/vdso32/ |
D | sigtramp.S | 57 #define rsave(regno, ofs) \ macro 147 rsave ( 0, 0*RSIZE); \ 148 rsave ( 2, 2*RSIZE); \ 149 rsave ( 3, 3*RSIZE); \ 150 rsave ( 4, 4*RSIZE); \ 151 rsave ( 5, 5*RSIZE); \ 152 rsave ( 6, 6*RSIZE); \ 153 rsave ( 7, 7*RSIZE); \ 154 rsave ( 8, 8*RSIZE); \ 155 rsave ( 9, 9*RSIZE); \ [all …]
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8845 u32 reg, rsave; in ixgbe_validate_rtr() local 8855 rsave = reg; in ixgbe_validate_rtr() 8865 if (reg != rsave) in ixgbe_validate_rtr()
|