Searched refs:spsr_und (Results 1 – 4 of 4) sorted by relevance
157 return vcpu->arch.ctxt.spsr_und; in vcpu_read_spsr32()171 return read_sysreg(spsr_und); in vcpu_read_spsr32()194 vcpu->arch.ctxt.spsr_und = v; in vcpu_write_spsr32()215 write_sysreg(v, spsr_und); in vcpu_write_spsr32()
144 return &vcpu->arch.ctxt.spsr_und; in core_reg_addr()
165 vcpu->arch.ctxt.spsr_und = read_sysreg(spsr_und); in __sysreg32_save_state()182 write_sysreg(vcpu->arch.ctxt.spsr_und, spsr_und); in __sysreg32_restore_state()
252 u64 spsr_und; member