zephyr/include/arch
Daniel Leung 41e97c6393 x86: pin timer related get functions
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>
2021-08-26 21:16:22 -04:00
..
arc ARC: MWDT: workaround for libs with stackcheck 2021-08-21 21:33:18 -04:00
arm/aarch32 linker: arm: move IDT_LIST region 2021-08-25 18:08:36 -04:00
arm64 linker: arm: move IDT_LIST region 2021-08-25 18:08:36 -04:00
common arch: implement brute force find_lsb_set() 2021-05-07 13:36:22 -04:00
nios2 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
posix linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
riscv arch: riscv: introduce global pointer relative addressing support 2021-08-20 18:53:23 -04:00
sparc linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
x86 x86: pin timer related get functions 2021-08-26 21:16:22 -04:00
xtensa xtensa: cache: XCC needs to declare variable outside for loop 2021-07-22 15:41:11 +03:00
arch_inlines.h
cpu.h
structs.h kernel: add an architecture specific structs header 2021-04-21 09:03:47 -04:00
syscall.h