Searched refs:prot_need (Results 1 – 1 of 1) sorted by relevance
166 int prot_need, int mmu_idx, in get_physical_address() argument269 if (unlikely((prot & prot_need) == 0 && prot_need)) { in get_physical_address()276 if (unlikely((prot & prot_need) == 0)) { in get_physical_address()277 ret = (prot_need & PAGE_EXEC ? MM_K_FOE : in get_physical_address()278 prot_need & PAGE_WRITE ? MM_K_FOW : in get_physical_address()279 prot_need & PAGE_READ ? MM_K_FOR : -1); in get_physical_address()