Home
last modified time | relevance | path

Searched refs:SPSR_EL2 (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c79 __vcpu_assign_sys_reg(vcpu, SPSR_EL2, read_sysreg_el1(SYS_SPSR)); in __sysreg_save_vel2_state()
144 write_sysreg_el1(__vcpu_sys_reg(vcpu, SPSR_EL2), SYS_SPSR); in __sysreg_restore_vel2_state()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c222 write_sysreg(INIT_PSTATE_EL1, SPSR_EL2); in __kvm_host_psci_cpu_entry()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c46 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h354 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1); in ctxt_reg_alias()
/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c749 SYS_REG(SPSR_EL2),
/linux/arch/arm64/include/asm/
H A Dkvm_host.h509 SPSR_EL2, /* EL2 saved program status register */ enumerator
/linux/arch/arm64/
H A DKconfig841 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
845 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
847 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
852 When these conditions occur, the SPSR_EL2 value is unchanged from the
/linux/arch/arm64/kvm/
H A Dsys_regs.c205 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1, NULL ); in locate_register()
3677 EL2_REG_REDIR(SPSR_EL2, reset_val, 0),
H A Demulate-nested.c2673 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()