| /optee_os/core/arch/arm/plat-ti/ |
| H A D | platform_config.h | 18 #ifdef CFG_WITH_PAGER 21 #endif /* CFG_WITH_PAGER */ 97 #ifdef CFG_WITH_PAGER 115 #else /* CFG_WITH_PAGER */ 132 #endif /* CFG_WITH_PAGER */
|
| /optee_os/core/arch/arm/plat-poplar/ |
| H A D | platform_config.h | 57 * CFG_WITH_PAGER=n - 61 * CFG_WITH_PAGER=y 114 #ifdef CFG_WITH_PAGER 127 #else /* CFG_WITH_PAGER */ 140 #endif /* CFG_WITH_PAGER */
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | kern.ld.S | 99 #ifdef CFG_WITH_PAGER 120 #ifdef CFG_WITH_PAGER 136 #if !defined(CFG_WITH_PAGER) 252 #ifndef CFG_WITH_PAGER 282 #ifndef CFG_WITH_PAGER 386 #endif /*CFG_WITH_PAGER*/ 397 #ifndef CFG_WITH_PAGER 411 #ifndef CFG_WITH_PAGER 424 #ifndef CFG_WITH_PAGER 479 #ifndef CFG_WITH_PAGER [all …]
|
| H A D | entry_a64.S | 186 #ifdef CFG_WITH_PAGER 391 #ifdef CFG_WITH_PAGER 642 #ifndef CFG_WITH_PAGER 656 #ifdef CFG_WITH_PAGER 677 #ifdef CFG_WITH_PAGER 688 #ifdef CFG_WITH_PAGER
|
| /optee_os/core/arch/arm/include/mm/ |
| H A D | generic_ram_layout.h | 62 * TEE RAM layout without CFG_WITH_PAGER 77 * TEE RAM layout with CFG_WITH_PAGER=y and undefined CFG_TZSRAM_START/_SIZE 95 * TEE RAM layout with CFG_WITH_PAGER=y and define CFG_TZSRAM_START/_SIZE 136 #if defined(CFG_WITH_PAGER) && defined(CFG_TZSRAM_START) 142 #if !defined(CFG_WITH_PAGER) || defined(CFG_TZSRAM_START) 154 #ifdef CFG_WITH_PAGER 160 #endif /*CFG_WITH_PAGER*/
|
| /optee_os/core/include/mm/ |
| H A D | tee_pager.h | 70 #ifdef CFG_WITH_PAGER 247 #ifdef CFG_WITH_PAGER 268 #ifdef CFG_WITH_PAGER 271 #else /*CFG_WITH_PAGER*/ 281 #endif /*CFG_WITH_PAGER*/
|
| H A D | fobj.h | 26 #ifdef CFG_WITH_PAGER 42 #ifdef CFG_WITH_PAGER 52 #ifdef CFG_WITH_PAGER
|
| /optee_os/core/arch/riscv/include/mm/ |
| H A D | generic_ram_layout.h | 63 * TEE RAM layout without CFG_WITH_PAGER 78 * TEE RAM layout with CFG_WITH_PAGER=y and undefined CFG_TDSRAM_START/_SIZE 96 * TEE RAM layout with CFG_WITH_PAGER=y and define CFG_TDSRAM_START/_SIZE 143 #if !defined(CFG_WITH_PAGER) || defined(CFG_TDSRAM_START) 155 #ifdef CFG_WITH_PAGER 164 #endif /*CFG_WITH_PAGER*/
|
| /optee_os/core/arch/arm/plat-hisilicon/ |
| H A D | conf.mk | 36 # CFG_WITH_PAGER=n - 40 # CFG_WITH_PAGER=y
|
| /optee_os/core/include/kernel/ |
| H A D | boot.h | 25 * at different addresses at boot depending on CFG_WITH_PAGER. 27 * If configured with CFG_WITH_PAGER=y the struct with data is following 32 * If configured with CFG_WITH_PAGER=n following the struct with data is
|
| /optee_os/core/arch/arm/plat-d02/ |
| H A D | platform_config.h | 38 * CFG_WITH_PAGER=n 52 * CFG_WITH_PAGER=y
|
| H A D | conf.mk | 25 ifeq ($(CFG_WITH_PAGER),y)
|
| /optee_os/core/arch/arm/plat-versal2/ |
| H A D | conf.mk | 20 # platform does not support paging; explicitly disable CFG_WITH_PAGER 21 $(call force,CFG_WITH_PAGER,n)
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | stm32_util.h | 92 #if defined(CFG_STM32MP15) && defined(CFG_WITH_PAGER) 112 #endif /*CFG_STM32MP15 && CFG_WITH_PAGER*/
|
| H A D | conf.mk | 151 CFG_WITH_PAGER ?= n 169 CFG_WITH_PAGER ?= y 173 ifeq ($(CFG_WITH_PAGER),y) 352 ifeq ($(CFG_WITH_PAGER),y) 370 ifeq ($(CFG_WITH_PAGER),y)
|
| H A D | sub.mk | 7 srcs-$(CFG_WITH_PAGER) += link_dummies_paged.c
|
| /optee_os/core/arch/arm/plat-amlogic/ |
| H A D | conf.mk | 16 $(call force,CFG_WITH_PAGER,n)
|
| /optee_os/core/arch/arm/plat-zynq7k/ |
| H A D | platform_config.h | 164 #ifdef CFG_WITH_PAGER 212 #else /* CFG_WITH_PAGER */ 249 #endif /* CFG_WITH_PAGER */
|
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | platform_config.h | 68 * CFG_WITH_PAGER=n 86 * CFG_WITH_PAGER=y
|
| /optee_os/core/arch/arm/plat-rzn1/ |
| H A D | conf.mk | 12 $(call force,CFG_WITH_PAGER,n)
|
| /optee_os/core/arch/arm/plat-d06/ |
| H A D | conf.mk | 7 CFG_WITH_PAGER ?= n
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sub.mk | 2 srcs-$(CFG_WITH_PAGER) += tee_pager.c
|
| /optee_os/core/arch/arm/plat-sunxi/ |
| H A D | conf.mk | 12 $(call force,CFG_WITH_PAGER,n)
|
| /optee_os/core/mm/ |
| H A D | pgt_cache.c | 42 (defined(CFG_WITH_PAGER) && !defined(CFG_WITH_LPAE)) 345 #if defined(CFG_WITH_PAGER) && !defined(CFG_WITH_LPAE) 365 #if defined(CFG_WITH_PAGER) && defined(CFG_WITH_LPAE) 381 #elif defined(CFG_WITH_PAGER) && !defined(CFG_WITH_LPAE) 430 #if defined(CFG_WITH_LPAE) || !defined(CFG_WITH_PAGER) 447 #if defined(CFG_WITH_PAGER) in push_to_free_list()
|
| /optee_os/core/arch/arm/plat-nuvoton/ |
| H A D | conf.mk | 38 $(call force,CFG_WITH_PAGER,n,Pager is not supported for NPCM845x)
|