Searched refs:SPSR_EL2 (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm64/kvm/hyp/vhe/ |
| H A D | sysreg-sr.c | 79 __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 D | psci-relay.c | 222 write_sysreg(INIT_PSTATE_EL1, SPSR_EL2); in __kvm_host_psci_cpu_entry()
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | exception.c | 46 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 354 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1); in ctxt_reg_alias()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 749 SYS_REG(SPSR_EL2),
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_host.h | 509 SPSR_EL2, /* EL2 saved program status register */ enumerator
|
| /linux/arch/arm64/ |
| H A D | Kconfig | 841 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 D | sys_regs.c | 205 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1, NULL ); in locate_register() 3677 EL2_REG_REDIR(SPSR_EL2, reset_val, 0),
|
| H A D | emulate-nested.c | 2673 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()
|