Home
last modified time | relevance | path

Searched full:cfg_dyn_config (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/kernel/
H A Dthread.c22 #if defined(CFG_DYN_CONFIG)
60 #ifndef CFG_DYN_CONFIG
71 #if defined(CFG_DYN_CONFIG) || defined(CFG_WITH_PAGER)
81 #ifndef CFG_DYN_CONFIG
269 if (IS_ENABLED(CFG_DYN_CONFIG) && in get_core_local()
572 if (IS_ENABLED(CFG_DYN_CONFIG)) in init_thread_stacks()
587 if (IS_ENABLED(CFG_DYN_CONFIG)) { in thread_init_threads()
607 #ifndef CFG_DYN_CONFIG
621 if (IS_ENABLED(CFG_DYN_CONFIG)) { in thread_init_thread_core_local()
642 if (IS_ENABLED(CFG_DYN_CONFIG)) in thread_init_thread_core_local()
[all …]
/optee_os/core/arch/riscv/kernel/
H A Dentry.S171 #if defined(CFG_DYN_CONFIG)
232 #ifdef CFG_DYN_CONFIG
262 #if defined(CFG_DYN_CONFIG)
301 #if defined(CFG_DYN_CONFIG)
390 #if defined(CFG_DYN_CONFIG)
530 #if !defined(CFG_DYN_CONFIG)
H A Dboot.c137 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary()
149 if (IS_ENABLED(CFG_DYN_CONFIG)) in init_primary()
/optee_os/core/arch/arm/kernel/
H A Dentry_a64.S295 #if !defined(CFG_DYN_CONFIG)
312 #if defined(CFG_DYN_CONFIG)
403 #ifdef CFG_DYN_CONFIG
455 #if defined(CFG_DYN_CONFIG)
514 #if defined(CFG_DYN_CONFIG)
806 #if defined(CFG_DYN_CONFIG)
851 #if !defined(CFG_DYN_CONFIG)
H A Dentry_a32.S436 #if !defined(CFG_DYN_CONFIG)
453 #if defined(CFG_DYN_CONFIG)
550 #ifdef CFG_DYN_CONFIG
635 #if defined(CFG_DYN_CONFIG)
681 #if defined(CFG_DYN_CONFIG)
1026 #if !defined(CFG_DYN_CONFIG)
H A Dboot.c920 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary()
945 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c209 #ifndef CFG_DYN_CONFIG
225 * @l2_table: Level 2 translation tables base address (CFG_DYN_CONFIG=n)
226 * @last_l2_page: Pre-allocated Level 2 table chunk (CFG_DYN_CONFIG=y)
239 #ifndef CFG_DYN_CONFIG
284 /* The CFG_DYN_CONFIG implementation below depends on this */ in alloc_l2_table()
287 if (IS_ENABLED(CFG_DYN_CONFIG)) { in alloc_l2_table()
791 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_init_mmu()
H A Dcore_mmu_lpae.c225 IS_ENABLED(CFG_DYN_CONFIG))
273 #ifndef CFG_DYN_CONFIG
348 #ifdef CFG_DYN_CONFIG
559 if (!IS_ENABLED(CFG_DYN_CONFIG)) in core_mmu_get_total_pages_size()
591 if (!IS_ENABLED(CFG_DYN_CONFIG)) { in core_alloc_mmu_prtn()
650 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_mmu_xlat_table_alloc()
1045 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_init_mmu()
/optee_os/lib/libutils/isoc/arch/riscv/
H A Dsetjmp_rv.S67 !defined(CFG_DYN_CONFIG)
/optee_os/core/include/kernel/
H A Dthread.h71 * CFG_DYN_CONFIG=y, else @thread_count must equal CFG_NUM_THREADS.
85 * CFG_DYN_CONFIG=y, else @core_count must equal CFG_TEE_CORE_NB_CORE.
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a64.S87 !defined(CFG_DYN_CONFIG)
H A Dsetjmp_a32.S256 !defined(CFG_DYN_CONFIG)
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c57 #ifndef CFG_DYN_CONFIG
85 #ifdef CFG_DYN_CONFIG
304 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_mmu_pgt_alloc()
1056 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_init_mmu()
/optee_os/core/
H A Dcore.mk67 ifneq ($(CFG_DYN_CONFIG),y)
/optee_os/core/pta/tests/
H A Dmisc.c618 if (IS_ENABLED(CFG_DYN_CONFIG) && VCORE_FREE_SZ) { in self_test_va2pa()
742 #ifndef CFG_DYN_CONFIG
848 #ifndef CFG_DYN_CONFIG in self_test_asan()
/optee_os/.github/workflows/
H A Dci.yml417 make -j$(nproc) check CFG_CORE_SANITIZE_KADDRESS=y CFG_CORE_ASLR=n CFG_ATTESTATION_PTA=n CFG_DYN_CONFIG=n XTEST_ARGS="n_1001 n_1003 n_1004"
528 make -j$(nproc) check CFG_DYN_CONFIG=n
/optee_os/mk/
H A Dconfig.mk1312 # CFG_DYN_CONFIG, when enabled, use dynamic memory allocation for translation
1315 $(call force,CFG_DYN_CONFIG,n,conflicts with CFG_WITH_PAGER)
1317 CFG_DYN_CONFIG ?= y
/optee_os/core/mm/
H A Dcore_mmu.c1216 if (IS_ENABLED(CFG_DYN_CONFIG)) { in collect_mem_ranges()
1618 #ifdef CFG_DYN_CONFIG in core_init_mmu_map()