Home
last modified time | relevance | path

Searched refs:res_shm_en (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c37 bool res_shm_en = IS_ENABLED(CFG_CORE_RESERVED_SHM); in tee_entry_exchange_capabilities() local
62 if (res_shm_en) in tee_entry_exchange_capabilities()
64 IMSG("Reserved shared memory is %sabled", res_shm_en ? "en" : "dis"); in tee_entry_exchange_capabilities()
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c88 bool res_shm_en = IS_ENABLED(CFG_CORE_RESERVED_SHM); in tee_entry_exchange_capabilities() local
113 if (res_shm_en) in tee_entry_exchange_capabilities()
115 IMSG("Reserved shared memory is %sabled", res_shm_en ? "en" : "dis"); in tee_entry_exchange_capabilities()