Searched refs:atf_time_base (Results 1 – 2 of 2) sorted by relevance
14 uint64_t atf_time_base; variable19 atf_time_base = atf_base; in sched_clock_init()27 rel_base = read_cntpct_el0() - atf_time_base; in sched_clock()
21 uint64_t atf_time_base; variable26 atf_time_base = atf_base; in sched_clock_init()33 cval = (((read_cntpct_el0() - atf_time_base)*1000)/ in sched_clock()
Completed in 6 milliseconds