Searched refs:write_special (Results 1 – 2 of 2) sorted by relevance
/arch/arm/kvm/hyp/ |
D | banked-sr.c | 47 write_special(ctxt->gp_regs.usr_regs.ARM_sp, SP_usr); in __banked_restore_state() 48 write_special(ctxt->gp_regs.usr_regs.ARM_pc, ELR_hyp); in __banked_restore_state() 49 write_special(ctxt->gp_regs.usr_regs.ARM_cpsr, SPSR_cxsf); in __banked_restore_state() 50 write_special(ctxt->gp_regs.KVM_ARM_SVC_sp, SP_svc); in __banked_restore_state() 51 write_special(ctxt->gp_regs.KVM_ARM_SVC_lr, LR_svc); in __banked_restore_state() 52 write_special(ctxt->gp_regs.KVM_ARM_SVC_spsr, SPSR_svc); in __banked_restore_state() 53 write_special(ctxt->gp_regs.KVM_ARM_ABT_sp, SP_abt); in __banked_restore_state() 54 write_special(ctxt->gp_regs.KVM_ARM_ABT_lr, LR_abt); in __banked_restore_state() 55 write_special(ctxt->gp_regs.KVM_ARM_ABT_spsr, SPSR_abt); in __banked_restore_state() 56 write_special(ctxt->gp_regs.KVM_ARM_UND_sp, SP_und); in __banked_restore_state() [all …]
|
/arch/arm/include/asm/ |
D | kvm_hyp.h | 20 #define write_special(v, r) \ macro
|