Searched full:cfg_dyn_config (Results 1 – 19 of 19) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | thread.c | 22 #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 D | entry.S | 171 #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 D | boot.c | 137 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary() 149 if (IS_ENABLED(CFG_DYN_CONFIG)) in init_primary()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_v7.c | 209 #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 D | core_mmu_lpae.c | 226 IS_ENABLED(CFG_DYN_CONFIG)) 274 #ifndef CFG_DYN_CONFIG 349 #ifdef CFG_DYN_CONFIG 560 if (!IS_ENABLED(CFG_DYN_CONFIG)) in core_mmu_get_total_pages_size() 592 if (!IS_ENABLED(CFG_DYN_CONFIG)) { in core_alloc_mmu_prtn() 651 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_mmu_xlat_table_alloc() 1046 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_init_mmu()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | entry_a64.S | 295 #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 D | entry_a32.S | 436 #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 D | boot.c | 921 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary() 946 if (IS_ENABLED(CFG_DYN_CONFIG)) { in init_primary()
|
| /optee_os/core/arch/arm/plat-d06/ |
| H A D | conf.mk | 24 $(call force,CFG_DYN_CONFIG,y)
|
| /optee_os/lib/libutils/isoc/arch/riscv/ |
| H A D | setjmp_rv.S | 67 !defined(CFG_DYN_CONFIG)
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 71 * 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 D | setjmp_a64.S | 88 #if ASAN_IS_ENABLED && (!defined(__KERNEL__) || !defined(CFG_DYN_CONFIG))
|
| H A D | setjmp_a32.S | 258 #if ASAN_IS_ENABLED && (!defined(__KERNEL__) || !defined(CFG_DYN_CONFIG))
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 57 #ifndef CFG_DYN_CONFIG 85 #ifdef CFG_DYN_CONFIG 304 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_mmu_pgt_alloc() 1059 if (IS_ENABLED(CFG_DYN_CONFIG)) { in core_init_mmu()
|
| /optee_os/core/ |
| H A D | core.mk | 64 ifneq ($(CFG_DYN_CONFIG),y)
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 419 …k CFG_CORE_SANITIZE_KADDRESS=y CFG_CORE_ASLR=n CFG_ATTESTATION_PTA=n CFG_DYN_CONFIG=n XTEST_ARGS="… 530 make -j$(nproc) check CFG_DYN_CONFIG=n
|
| /optee_os/core/pta/tests/ |
| H A D | misc.c | 618 if (IS_ENABLED(CFG_DYN_CONFIG) && VCORE_FREE_SZ) { in self_test_va2pa() 681 #ifndef CFG_DYN_CONFIG in self_test_asan()
|
| /optee_os/mk/ |
| H A D | config.mk | 1340 # CFG_DYN_CONFIG, when enabled, use dynamic memory allocation for translation 1343 $(call force,CFG_DYN_CONFIG,n,conflicts with CFG_WITH_PAGER) 1345 CFG_DYN_CONFIG ?= y
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 1238 if (IS_ENABLED(CFG_DYN_CONFIG)) { in collect_mem_ranges() 1640 #ifdef CFG_DYN_CONFIG in core_init_mmu_map()
|