Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dpgt_cache.h44 bool pgt_check_avail(struct user_mode_ctx *uctx);
/optee_os/core/mm/
H A Dpgt_cache.c273 bool pgt_check_avail(struct user_mode_ctx *uctx) in pgt_check_avail() function
802 bool pgt_check_avail(struct user_mode_ctx *uctx) in pgt_check_avail() function
835 assert(pgt_check_avail(uctx)); in pgt_get_all()
H A Dvm.c115 if (!pgt_check_avail(uctx)) { in alloc_pgt()