/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | misc.h | 31 extern uint64_t sys_clock_cycle_get_64(void); 35 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | misc.h | 30 extern uint64_t sys_clock_cycle_get_64(void); 34 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | misc.h | 29 extern uint64_t sys_clock_cycle_get_64(void); 33 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | arch.h | 49 extern uint64_t sys_clock_cycle_get_64(void); 53 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/drivers/timer/ |
D | mtk_adsp_timer.c | 84 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function 100 uint64_t now = sys_clock_cycle_get_64(); in sys_clock_set_timeout() 125 ret = (uint32_t)((sys_clock_cycle_get_64() - last_announce) in sys_clock_elapsed() 140 uint64_t dcyc = sys_clock_cycle_get_64() - last_announce; in timer_isr() 180 last_announce = sys_clock_cycle_get_64(); in mtk_adsp_timer_init()
|
D | apic_timer.c | 63 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function 86 return (uint32_t)sys_clock_cycle_get_64(); in sys_clock_cycle_get_32()
|
D | export.c | 12 EXPORT_SYMBOL(sys_clock_cycle_get_64);
|
D | native_posix_timer.c | 35 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | Kconfig.cortex_m_systick | 31 bool "Cortex-M SYSTICK timer with sys_clock_cycle_get_64() support" 38 count a 64-bits value to support sys_clock_cycle_get_64().
|
D | litex_timer.c | 62 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | cc13xx_cc26xx_rtc_timer.c | 232 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | arm_arch_timer.c | 189 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | esp32_sys_timer.c | 132 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | intel_adsp_timer.c | 183 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | mcux_os_timer.c | 243 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | riscv_machine_timer.c | 236 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | apic_tsc.c | 208 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
D | cortex_m_systick.c | 360 uint64_t sys_clock_cycle_get_64(void) in sys_clock_cycle_get_64() function
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | arch.h | 104 extern uint64_t sys_clock_cycle_get_64(void); 108 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | arch.h | 104 extern uint64_t sys_clock_cycle_get_64(void); 108 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | arch.h | 157 extern uint64_t sys_clock_cycle_get_64(void); 161 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | system_timer.h | 161 uint64_t sys_clock_cycle_get_64(void);
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | arch.h | 287 extern uint64_t sys_clock_cycle_get_64(void); 291 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | arch.h | 258 uint64_t sys_clock_cycle_get_64(void); 263 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | arch.h | 137 return sys_clock_cycle_get_64(); in arch_k_cycle_get_64()
|