Searched refs:get_cntv_off_64 (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/kernel/include/arch/arm/armv/armv7ve/armv/
H A Dvcpu.h366 static inline uint64_t get_cntv_off_64(void) function
375 uint64_t ret = get_cntv_off_64();
383 uint64_t ret = get_cntv_off_64();
389 uint64_t ret = get_cntv_off_64();
397 uint64_t ret = get_cntv_off_64();
/seL4-refos-master/kernel/include/arch/arm/armv/armv7-a/armv/
H A Dvcpu.h366 static inline uint64_t get_cntv_off_64(void) function
375 uint64_t ret = get_cntv_off_64();
383 uint64_t ret = get_cntv_off_64();
389 uint64_t ret = get_cntv_off_64();
397 uint64_t ret = get_cntv_off_64();
/seL4-refos-master/kernel/include/arch/arm/armv/armv8-a/32/armv/
H A Dvcpu.h366 static inline uint64_t get_cntv_off_64(void) function
375 uint64_t ret = get_cntv_off_64();
383 uint64_t ret = get_cntv_off_64();
389 uint64_t ret = get_cntv_off_64();
397 uint64_t ret = get_cntv_off_64();
/seL4-refos-master/kernel/src/drivers/timer/
H A Dgeneric_timer.c73 uint64_t cntvoff = get_cntv_off_64();

Completed in 32 milliseconds