Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dmem_helper.c160 int prot, r_prot, w_prot, x_prot, priv; in hppa_get_physical_address() local
208 x_prot = (ent->ar_pl2 <= priv && priv <= ent->ar_pl1) * PAGE_EXEC; in hppa_get_physical_address()
217 prot = r_prot | x_prot; in hppa_get_physical_address()
220 prot = r_prot | w_prot | x_prot; in hppa_get_physical_address()
223 prot = x_prot; in hppa_get_physical_address()