Lines Matching refs:PAGE_EXEC
163 ? PAGE_EXEC | PAGE_READ in match_prot_id_1()
164 : PAGE_EXEC | PAGE_READ | PAGE_WRITE); in match_prot_id_1()
223 prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in hppa_get_physical_address()
232 ret = (type == PAGE_EXEC) ? EXCP_ITLB_MISS : EXCP_DTLB_MISS; in hppa_get_physical_address()
243 x_prot = (ent->ar_pl2 <= priv && priv <= ent->ar_pl1) * PAGE_EXEC; in hppa_get_physical_address()
277 ret = type & PAGE_EXEC ? EXCP_IMP : EXCP_DMPI; in hppa_get_physical_address()
286 ret = (type & PAGE_EXEC) ? EXCP_IMP : EXCP_DMAR; in hppa_get_physical_address()
297 prot &= PAGE_EXEC; in hppa_get_physical_address()
298 if (!(type & PAGE_EXEC)) { in hppa_get_physical_address()
303 prot &= PAGE_READ | PAGE_EXEC; in hppa_get_physical_address()
309 prot &= PAGE_READ | PAGE_EXEC; in hppa_get_physical_address()
431 a_prot = PAGE_EXEC; in hppa_cpu_tlb_fill()