Searched refs:PAR_EL1 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/arch/arm64/kvm/hyp/include/hyp/ |
| D | sysreg-sr.h | 62 ctxt_sys_reg(ctxt, PAR_EL1) = read_sysreg_par(); in __sysreg_save_el1_state() 138 write_sysreg(ctxt_sys_reg(ctxt, PAR_EL1), par_el1); in __sysreg_restore_el1_state()
|
| /Linux-v6.6/arch/arm64/include/asm/ |
| D | kvm_host.h | 316 PAR_EL1, /* Physical Address Register */ enumerator 841 case PAR_EL1: *val = read_sysreg_par(); break; in __vcpu_read_sys_reg_from_cpu() 885 case PAR_EL1: write_sysreg_s(val, SYS_PAR_EL1); break; in __vcpu_write_sys_reg_to_cpu()
|
| /Linux-v6.6/arch/arm64/ |
| D | Kconfig | 766 of a store-exclusive or read of PAR_EL1 and a load with device or 773 Work around the issue by inserting DMB SY barriers around PAR_EL1 775 to prevent a speculative PAR_EL1 read.
|
| /Linux-v6.6/arch/arm64/tools/ |
| D | sysreg | 2060 Field 27 PAR_EL1
|
| /Linux-v6.6/arch/arm64/kvm/ |
| D | emulate-nested.c | 1011 SR_FGT(SYS_PAR_EL1, HFGxTR, PAR_EL1, 1),
|
| D | sys_regs.c | 2103 { SYS_DESC(SYS_PAR_EL1), NULL, reset_unknown, PAR_EL1 },
|