Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/mm/
H A Dboot_mem.c105 vaddr_t ve = 0; in mem_alloc() local
114 if (ADD_OVERFLOW(va, len, &ve)) in mem_alloc()
116 if (ve > desc->mem_end) in mem_alloc()
119 desc->mem_start = ve; in mem_alloc()
/optee_os/lib/libmbedtls/mbedtls/
H A DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
H A DREADME.md237 We've included example programs for a lot of different features and uses in [`programs/`](programs/…
/optee_os/core/arch/arm/kernel/
H A Dthread.c566 vaddr_t ve = (vaddr_t)thread_excp_vect_end; in init_user_kcode() local
569 ve = ROUNDUP(ve, CORE_MMU_USER_CODE_SIZE); in init_user_kcode()
570 thread_user_kcode_size = ve - thread_user_kcode_va; in init_user_kcode()