Searched refs:SYS_ESR_EL12 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h465 #define SYS_ESR_EL12 sys_reg(3, 5, 5, 2, 0) macro
/linux-master/arch/arm64/include/asm/
H A Dsysreg.h619 #define SYS_ESR_EL12 sys_reg(3, 5, 5, 2, 0) macro
H A Dkvm_host.h953 case ESR_EL1: *val = read_sysreg_s(SYS_ESR_EL12); break;
998 case ESR_EL1: write_sysreg_s(val, SYS_ESR_EL12); break;

Completed in 167 milliseconds