Home
last modified time | relevance | path

Searched refs:w_prot (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dmem_helper.c203 int prot, r_prot, w_prot, x_prot, priv; in hppa_get_physical_address() local
242 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()