41e97c6393
Both arch_k_cycle_get_32() and z_tsc_read() are marked inline. However, compiler may decide not to inline them which would put them in the generic text section. Pin them in physical memory as they are frequently used functions to avoid page fault costs. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm/aarch32 | ||
arm64 | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
sparc | ||
x86 | ||
xtensa | ||
arch_inlines.h | ||
cpu.h | ||
structs.h | ||
syscall.h |