Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/
Dexception.c50 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_host.h478 SPSR_EL2, /* EL2 saved program status register */ enumerator
/linux-6.12.1/arch/arm64/
DKconfig811 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
815 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
817 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
822 When these conditions occur, the SPSR_EL2 value is unchanged from the
/linux-6.12.1/arch/arm64/kvm/
Dsys_regs.c131 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1, NULL ); in get_el2_to_el1_mapping()
2836 EL2_REG_REDIR(SPSR_EL2, reset_val, 0),
Demulate-nested.c2359 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()