8#ifndef ZEPHYR_INCLUDE_SYSCALL_H_ 
    9#define ZEPHYR_INCLUDE_SYSCALL_H_ 
   97#ifdef CONFIG_USERSPACE 
   98#if defined(__ZEPHYR_SUPERVISOR__) 
  100#elif defined(__ZEPHYR_USER__) 
  117#ifdef CONFIG_USERSPACE 
static bool arch_is_user_context(void)
Definition: syscall.h:181
 
#define ALWAYS_INLINE
Definition: common.h:124
 
static ZTEST_BMEM volatile int ret
Definition: k_float_disable.c:28
 
Definitions of various linker Sections.
 
__UINTPTR_TYPE__ uintptr_t
Definition: stdint.h:105
 
static __pinned_func bool k_is_user_context(void)
Definition: syscall.h:115