Searched refs:CPU_GP_REG_OFFSET (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm64/kvm/ |
D | hyp.S | 31 #define CPU_GP_REG_OFFSET(x) (CPU_GP_REGS + x) macro 32 #define CPU_XREG_OFFSET(x) CPU_GP_REG_OFFSET(CPU_USER_PT_REGS + 8*x) 33 #define CPU_SPSR_OFFSET(x) CPU_GP_REG_OFFSET(CPU_SPSR + 8*x) 63 str x22, [x2, #CPU_GP_REG_OFFSET(CPU_SP_EL1)] 64 str x23, [x2, #CPU_GP_REG_OFFSET(CPU_ELR_EL1)] 72 ldr x22, [x2, #CPU_GP_REG_OFFSET(CPU_SP_EL1)] 73 ldr x23, [x2, #CPU_GP_REG_OFFSET(CPU_ELR_EL1)] 108 add x3, x2, #CPU_GP_REG_OFFSET(CPU_FP_REGS) 115 add x3, x2, #CPU_GP_REG_OFFSET(CPU_FP_REGS)
|