Searched refs:PAR_EL1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 314 PAR_EL1, /* Physical Address Register */ enumerator 839 case PAR_EL1: *val = read_sysreg_par(); break; in __vcpu_read_sys_reg_from_cpu() 883 case PAR_EL1: write_sysreg_s(val, SYS_PAR_EL1); break; in __vcpu_write_sys_reg_to_cpu()
|
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 375 FIELD(HFGRTR_EL2, PAR_EL1, 27, 1) 423 FIELD(HFGWTR_EL2, PAR_EL1, 27, 1) 715 DO_BIT(HFGRTR, PAR_EL1),
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | 765 of a store-exclusive or read of PAR_EL1 and a load with device or 772 Work around the issue by inserting DMB SY barriers around PAR_EL1 774 to prevent a speculative PAR_EL1 read.
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2060 Field 27 PAR_EL1
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1011 SR_FGT(SYS_PAR_EL1, HFGxTR, PAR_EL1, 1),
|
H A D | sys_regs.c | 2157 { SYS_DESC(SYS_PAR_EL1), NULL, reset_unknown, PAR_EL1 },
|