Searched refs:prot_need (Results 1 – 1 of 1) sorted by relevance
169 int prot_need, int mmu_idx, in get_physical_address() 272 if (unlikely((prot & prot_need) == 0 && prot_need)) { in get_physical_address() 279 if (unlikely((prot & prot_need) == 0)) { in get_physical_address() 280 ret = (prot_need & PAGE_EXEC ? MM_K_FOE : in get_physical_address() 281 prot_need & PAGE_WRITE ? MM_K_FOW : in get_physical_address() 282 prot_need & PAGE_READ ? MM_K_FOR : -1); in get_physical_address() 168 get_physical_address(CPUAlphaState * env,target_ulong addr,int prot_need,int mmu_idx,target_ulong * pphys,int * pprot) get_physical_address() argument