Lines Matching refs:write_special

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()
68 write_special(ctxt->gp_regs.KVM_ARM_UND_lr, LR_und); in __banked_restore_state()
69 write_special(ctxt->gp_regs.KVM_ARM_UND_spsr, SPSR_und); in __banked_restore_state()
70 write_special(ctxt->gp_regs.KVM_ARM_IRQ_sp, SP_irq); in __banked_restore_state()
71 write_special(ctxt->gp_regs.KVM_ARM_IRQ_lr, LR_irq); in __banked_restore_state()
72 write_special(ctxt->gp_regs.KVM_ARM_IRQ_spsr, SPSR_irq); in __banked_restore_state()
73 write_special(ctxt->gp_regs.KVM_ARM_FIQ_r8, R8_fiq); in __banked_restore_state()
74 write_special(ctxt->gp_regs.KVM_ARM_FIQ_r9, R9_fiq); in __banked_restore_state()
75 write_special(ctxt->gp_regs.KVM_ARM_FIQ_r10, R10_fiq); in __banked_restore_state()
76 write_special(ctxt->gp_regs.KVM_ARM_FIQ_fp, R11_fiq); in __banked_restore_state()
77 write_special(ctxt->gp_regs.KVM_ARM_FIQ_ip, R12_fiq); in __banked_restore_state()
78 write_special(ctxt->gp_regs.KVM_ARM_FIQ_sp, SP_fiq); in __banked_restore_state()
79 write_special(ctxt->gp_regs.KVM_ARM_FIQ_lr, LR_fiq); in __banked_restore_state()
80 write_special(ctxt->gp_regs.KVM_ARM_FIQ_spsr, SPSR_fiq); in __banked_restore_state()