Searched refs:cntvoff_el2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | vtimer.c | 34 write_sysreg(cntvoff_el2, 1); in main() 38 ml_printf("cntvoff_el2=%lx\n", read_sysreg(cntvoff_el2)); in main()
|
/openbmc/linux/arch/arm64/kvm/hyp/vhe/ |
H A D | timer-sr.c | 11 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | timer-sr.c | 16 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | macro.h | 160 msr cntvoff_el2, xzr 248 msr cntvoff_el2, xzr
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | el2_setup.h | 57 msr cntvoff_el2, xzr // Clear virtual offset
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 458 uint64_t cntvoff_el2; /* Counter Virtual Offset register */ member
|
H A D | helper.c | 2740 cpu->env.cp15.cntvoff_el2 : gt_phys_raw_cnt_offset(&cpu->env); in gt_recalc_timer() 2825 return env->cp15.cntvoff_el2; in gt_virt_cnt_offset() 6545 .fieldoffset = offsetof(CPUARMState, cp15.cntvoff_el2) }, 6549 .fieldoffset = offsetof(CPUARMState, cp15.cntvoff_el2) },
|