Searched refs:x_prot (Results 1 – 1 of 1) sorted by relevance
203 int prot, r_prot, w_prot, x_prot, priv; in hppa_get_physical_address() local243 x_prot = (ent->ar_pl2 <= priv && priv <= ent->ar_pl1) * PAGE_EXEC; in hppa_get_physical_address()252 prot = r_prot | x_prot; in hppa_get_physical_address()255 prot = r_prot | w_prot | x_prot; in hppa_get_physical_address()258 prot = x_prot; in hppa_get_physical_address()