Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c79 __vcpu_sys_reg(vcpu, SPSR_EL2) = read_sysreg_el1(SYS_SPSR); in __sysreg_save_vel2_state()
141 write_sysreg_el1(__vcpu_sys_reg(vcpu, SPSR_EL2), SYS_SPSR); in __sysreg_restore_vel2_state()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c222 write_sysreg(INIT_PSTATE_EL1, SPSR_EL2); in __kvm_host_psci_cpu_entry()
/linux-6.15/arch/arm64/kvm/hyp/
H A Dexception.c50 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h495 SPSR_EL2, /* EL2 saved program status register */ enumerator
/linux-6.15/arch/arm64/
H A DKconfig822 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
826 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
828 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
833 When these conditions occur, the SPSR_EL2 value is unchanged from the
/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.c144 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1, NULL ); in get_el2_to_el1_mapping()
3277 EL2_REG_REDIR(SPSR_EL2, reset_val, 0),
H A Demulate-nested.c2481 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()