Searched refs:ve (Results 1 – 4 of 4) sorted by relevance
105 vaddr_t ve = 0; in mem_alloc() local114 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()
7 If you think you've found a bug in Mbed TLS, please follow these steps:
237 We've included example programs for a lot of different features and uses in [`programs/`](programs/…
566 vaddr_t ve = (vaddr_t)thread_excp_vect_end; in init_user_kcode() local569 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()