Home
last modified time | relevance | path

Searched refs:cnthctl_el2 (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/
H A Dhelper.c2501 cntkctl = env->cp15.cnthctl_el2; in gt_cntfrq_access()
2539 return (extract32(env->cp15.cnthctl_el2, timeridx, 1) in gt_counter_access()
2552 ? !extract32(env->cp15.cnthctl_el2, 10, 1) in gt_counter_access()
2553 : !extract32(env->cp15.cnthctl_el2, 0, 1))) { in gt_counter_access()
2594 if (!extract32(env->cp15.cnthctl_el2, 11, 1)) { in gt_timer_access()
2599 if (!extract32(env->cp15.cnthctl_el2, 1, 1)) { in gt_timer_access()
2678 uint64_t cnthctl = env->cp15.cnthctl_el2; in gt_update_irq()
2711 FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, ECV) && in gt_phys_raw_cnt_offset()
3028 uint32_t oldval = env->cp15.cnthctl_el2; in gt_cnthctl_write()
6521 .fieldoffset = offsetof(CPUARMState, cp15.cnthctl_el2) },
[all …]
H A Dcpu.h457 uint64_t cnthctl_el2; /* Counter/Timer Hyp Control register */ member