Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c826 u64 sctlr, spsr_el1, spsr_el2, exc_offset = except_type_sync; in inject_host_exception() local
830 spsr_el1 = spsr_el2 = read_sysreg_el2(SYS_SPSR); in inject_host_exception()
831 switch (spsr_el1 & (PSR_MODE_MASK | PSR_MODE32_BIT)) { in inject_host_exception()
861 write_sysreg_el1(spsr_el1, SYS_SPSR); in inject_host_exception()