Searched refs:w_prot (Results 1 – 1 of 1) sorted by relevance
203 int prot, r_prot, w_prot, x_prot, priv; in hppa_get_physical_address() local242 w_prot = (priv <= ent->ar_pl2) * PAGE_WRITE; in hppa_get_physical_address()249 prot = r_prot | w_prot; in hppa_get_physical_address()255 prot = r_prot | w_prot | x_prot; in hppa_get_physical_address()