4#ifndef ZEPHYR_SUBSYS_TESTSUITE_ZTEST_INCLUDE_ARCH_CPU_H
5#define ZEPHYR_SUBSYS_TESTSUITE_ZTEST_INCLUDE_ARCH_CPU_H
23typedef struct _callee_saved _callee_saved_t;
32typedef struct _thread_arch _thread_arch_t;
#define ALWAYS_INLINE
Definition: common.h:129
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
__UINT64_TYPE__ uint64_t
Definition: stdint.h:91
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88
static ALWAYS_INLINE unsigned int arch_irq_lock(void)
Definition: cpu.h:45
static bool arch_irq_unlocked(unsigned int key)
Definition: cpu.h:55
static uint32_t arch_k_cycle_get_32(void)
Definition: cpu.h:35
static void arch_irq_unlock(unsigned int key)
Definition: cpu.h:50
static uint64_t arch_k_cycle_get_64(void)
Definition: cpu.h:40