Home
last modified time | relevance | path

Searched refs:CORE_MMU_USER_CODE_SIZE (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/mm/
H A Dcore_mmu.h34 #define CORE_MMU_USER_CODE_SIZE BIT(CORE_MMU_USER_CODE_SHIFT) macro
35 #define CORE_MMU_USER_CODE_MASK ((paddr_t)CORE_MMU_USER_CODE_SIZE - 1)
/optee_os/core/arch/arm/kernel/
H A Dthread.c568 thread_user_kcode_va = ROUNDDOWN(v, CORE_MMU_USER_CODE_SIZE); in init_user_kcode()
569 ve = ROUNDUP(ve, CORE_MMU_USER_CODE_SIZE); in init_user_kcode()
/optee_os/core/mm/
H A Dvm.c1255 size_t addr_incr = MIN(CORE_MMU_USER_CODE_SIZE, in vm_check_access_rights()