Searched refs:SYS_VBAR_EL12 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | hyp-stub.S | 117 mrs_s x0, SYS_VBAR_EL12
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 634 #define SYS_VBAR_EL12 sys_reg(3, 5, 12, 0, 0) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 616 #define SYS_VBAR_EL12 sys_reg(3, 5, 12, 0, 0) macro
|
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 237 case VBAR_EL1: val = read_sysreg_s(SYS_VBAR_EL12); break; in read_sr_from_cpu() 275 case VBAR_EL1: write_sysreg_s(val, SYS_VBAR_EL12); break; in write_sr_to_cpu()
|