Searched refs:SPSR_EL2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | emulate-nested.c | 62 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()
|
A D | sys_regs.c | 2170 EL2_REG(SPSR_EL2, access_rw, reset_val, 0),
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/ |
A D | exception.c | 50 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kvm_host.h | 350 SPSR_EL2, /* EL2 saved program status register */ enumerator
|
/linux-6.3-rc2/arch/arm64/ |
A D | Kconfig | 747 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2" 751 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is 753 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow 758 When these conditions occur, the SPSR_EL2 value is unchanged from the
|
Completed in 22 milliseconds