Searched refs:HFGITR_EL2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 446 FIELD(HFGITR_EL2, ICIALLUIS, 0, 1) 447 FIELD(HFGITR_EL2, ICIALLU, 1, 1) 448 FIELD(HFGITR_EL2, ICIVAU, 2, 1) 449 FIELD(HFGITR_EL2, DCIVAC, 3, 1) 450 FIELD(HFGITR_EL2, DCISW, 4, 1) 451 FIELD(HFGITR_EL2, DCCSW, 5, 1) 452 FIELD(HFGITR_EL2, DCCISW, 6, 1) 453 FIELD(HFGITR_EL2, DCCVAU, 7, 1) 454 FIELD(HFGITR_EL2, DCCVAP, 8, 1) 455 FIELD(HFGITR_EL2, DCCVADP, 9, 1) [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 25 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL0) : in fgt_svc() 26 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL1); in fgt_svc() 328 if (FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, ERET)) { in rebuild_hflags_a64()
|
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 127 ctxt_sys_reg(hctxt, HFGITR_EL2) = read_sysreg_s(SYS_HFGITR_EL2); in __activate_traps_hfgxtr() 130 compute_clr_set(vcpu, HFGITR_EL2, r_clr, r_set); in __activate_traps_hfgxtr() 170 write_sysreg_s(ctxt_sys_reg(hctxt, HFGITR_EL2), SYS_HFGITR_EL2); in __deactivate_traps_hfgxtr()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 405 HFGITR_EL2, enumerator
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2098 Sysreg HFGITR_EL2 3 4 1 1 6
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1833 val = sanitised_sys_reg(vcpu, HFGITR_EL2); in __check_nv_sr_forward()
|
H A D | sys_regs.c | 2426 EL2_REG(HFGITR_EL2, access_rw, reset_val, 0),
|