zephyr/include/arch/riscv
Christopher Friedt 918a574c88 clock: add k_cycle_get_64
This change adds `k_cycle_get_64()` on platforms that
support a 64-bit cycle counter.

The interface functions `arch_k_cycle_get_64()` and
`sys_clock_cycle_get_64()` are also introduced.

Fixes #39934

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-11-08 13:41:53 -05:00
..
common riscv: linker: fix PMP support on non-XIP system. 2021-09-29 14:44:04 -04:00
riscv-privilege
arch.h clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
csr.h copyright: add missing license 2021-09-24 17:07:37 -04:00
error.h userspace: rename _is_user_context -> k_is_user_context 2021-04-01 05:34:17 -04:00
exp.h arch: riscv: remove unneeded context switch to gp register 2021-08-18 05:18:55 -04:00
syscall.h
thread.h