Home
last modified time | relevance | path

Searched refs:gt_direct_access_timer_offset (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/tcg/
H A Dop_helper.c437 uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_VIRT); in HELPER()
/qemu/target/arm/
H A Dinternals.h1967 uint64_t gt_direct_access_timer_offset(CPUARMState *env, int timeridx);
H A Dhelper.c2531 uint64_t gt_direct_access_timer_offset(CPUARMState *env, int timeridx) in gt_direct_access_timer_offset() function
2651 uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_PHYS); in gt_cnt_read()
2657 uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_VIRT); in gt_virt_cnt_read()
2679 uint64_t offset = gt_direct_access_timer_offset(env, timeridx); in gt_tval_read()
2697 uint64_t offset = gt_direct_access_timer_offset(env, timeridx); in gt_tval_write()