8#ifndef ZEPHYR_INCLUDE_SYSCALL_H_
9#define ZEPHYR_INCLUDE_SYSCALL_H_
11#include <zephyr/syscall_list.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:129
Definitions of various linker Sections.
__UINTPTR_TYPE__ uintptr_t
Definition stdint.h:105
static __pinned_func bool k_is_user_context(void)
Indicate whether the CPU is currently in user mode.
Definition syscall.h:115