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.c203 int prot, r_prot, w_prot, x_prot, priv; in hppa_get_physical_address() local
243 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()