Searched refs:SPSR_EL2 (Results 1 – 7 of 7) sorted by relevance
| /arch/arm64/kvm/hyp/vhe/ |
| 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()
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | psci-relay.c | 222 write_sysreg(INIT_PSTATE_EL1, SPSR_EL2); in __kvm_host_psci_cpu_entry()
|
| /arch/arm64/kvm/hyp/ |
| A D | exception.c | 52 vcpu_write_sys_reg(vcpu, val, SPSR_EL2); in __vcpu_write_spsr()
|
| /arch/arm64/include/asm/ |
| A D | kvm_host.h | 505 SPSR_EL2, /* EL2 saved program status register */ enumerator
|
| /arch/arm64/ |
| A D | Kconfig | 838 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2" 842 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is 844 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow 849 When these conditions occur, the SPSR_EL2 value is unchanged from the
|
| /arch/arm64/kvm/ |
| A D | sys_regs.c | 143 MAPPED_EL2_SYSREG(SPSR_EL2, SPSR_EL1, NULL ); in get_el2_to_el1_mapping() 3413 EL2_REG_REDIR(SPSR_EL2, reset_val, 0),
|
| A D | emulate-nested.c | 2672 spsr = vcpu_read_sys_reg(vcpu, SPSR_EL2); in kvm_emulate_nested_eret()
|
Completed in 42 milliseconds