Home
last modified time | relevance | path

Searched full:cfg_pan (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
H A Duser_access_arch.h11 #ifdef CFG_PAN
26 #endif /* CFG_PAN */
/optee_os/core/arch/riscv/include/kernel/
H A Duser_access_arch.h12 #ifdef CFG_PAN
27 #endif /* CFG_PAN */
/optee_os/core/include/kernel/
H A Dpseudo_ta.h73 * Helper functions for PTAs to support calls from a TA when CFG_PAN=y
80 if (!IS_ENABLED(CFG_PAN)) in is_caller_ta_with_pan()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c492 #ifndef CFG_PAN in thread_init_per_cpu()
494 * Allow access to user pages. When CFG_PAN is enabled, the SUM bit will in thread_init_per_cpu()
/optee_os/core/arch/arm/kernel/
H A Dentry_a64.S179 #ifdef CFG_PAN
796 #ifdef CFG_PAN
H A Dabort.c387 if (IS_ENABLED(CFG_PAN) && feat_pan_implemented() && read_pan()) in handle_user_mode_panic()
H A Dthread.c420 if (IS_ENABLED(CFG_PAN) && feat_pan_implemented() && read_pan()) in spsr_from_pstate()
/optee_os/mk/
H A Dconfig.mk1048 CFG_PAN ?= n
1050 $(eval $(call cfg-depends-one,CFG_PAN,CFG_ARM64_core CFG_RV64_core CFG_RV32_core))
/optee_os/.github/workflows/
H A Dci.yml544 make -j$(nproc) check CFG_PAN=y