Home
last modified time | relevance | path

Searched refs:r_prot (Results 1 – 2 of 2) 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
241 r_prot = (priv <= ent->ar_pl1) * PAGE_READ; in hppa_get_physical_address()
246 prot = r_prot; in hppa_get_physical_address()
249 prot = r_prot | w_prot; 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()
/openbmc/linux/net/sunrpc/
H A Drpcb_clnt.c122 u32 r_prot; member
459 .r_prot = prot, in rpcb_register()
747 map->r_prot = xprt->prot; in rpcb_getport_async()
841 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()