Searched refs:write_special (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/arm/kvm/hyp/ |
D | banked-sr.c | 58 write_special(ctxt->gp_regs.usr_regs.ARM_sp, SP_usr); in __banked_restore_state() 59 write_special(ctxt->gp_regs.usr_regs.ARM_pc, ELR_hyp); in __banked_restore_state() 60 write_special(ctxt->gp_regs.usr_regs.ARM_cpsr, SPSR_cxsf); in __banked_restore_state() 61 write_special(ctxt->gp_regs.KVM_ARM_SVC_sp, SP_svc); in __banked_restore_state() 62 write_special(ctxt->gp_regs.KVM_ARM_SVC_lr, LR_svc); in __banked_restore_state() 63 write_special(ctxt->gp_regs.KVM_ARM_SVC_spsr, SPSR_svc); in __banked_restore_state() 64 write_special(ctxt->gp_regs.KVM_ARM_ABT_sp, SP_abt); in __banked_restore_state() 65 write_special(ctxt->gp_regs.KVM_ARM_ABT_lr, LR_abt); in __banked_restore_state() 66 write_special(ctxt->gp_regs.KVM_ARM_ABT_spsr, SPSR_abt); in __banked_restore_state() 67 write_special(ctxt->gp_regs.KVM_ARM_UND_sp, SP_und); in __banked_restore_state() [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | kvm_hyp.h | 31 #define write_special(v, r) \ macro
|