Searched refs:spsr_und (Results 1 – 5 of 5) sorted by relevance
191 vcpu->arch.ctxt.spsr_und = read_sysreg(spsr_und); in __sysreg32_save_state()208 write_sysreg(vcpu->arch.ctxt.spsr_und, spsr_und); in __sysreg32_restore_state()
59 write_sysreg(val, spsr_und); in __vcpu_write_spsr_und()61 vcpu->arch.ctxt.spsr_und = val; in __vcpu_write_spsr_und()
312 vcpu->arch.ctxt.spsr_und = 0; in kvm_reset_vcpu()
160 return &vcpu->arch.ctxt.spsr_und; in core_reg_addr()
262 u64 spsr_und; member