Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c598 ip->fc_map_virt = virt; in pfc_map_in()
630 if (ip->fc_map_virt != virt) in pfc_map_out()
700 if ((virt >= (caddr_t)ip->fc_map_virt) && ((virt + len) <= in pfc_register_fetch()
701 ((caddr_t)ip->fc_map_virt + ip->fc_map_len))) in pfc_register_fetch()
787 if ((virt >= (caddr_t)ip->fc_map_virt) && ((virt + len) <= in pfc_register_store()
788 ((caddr_t)ip->fc_map_virt + ip->fc_map_len))) in pfc_register_store()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1319 resp->fc_map_virt = virt; in opl_map_in()
1354 if (resp->fc_map_virt != virt) in opl_map_out()
1422 if ((virt >= (caddr_t)resp->fc_map_virt) && in opl_register_fetch()
1424 ((caddr_t)resp->fc_map_virt + resp->fc_map_len))) in opl_register_fetch()
1555 if ((virt >= (caddr_t)resp->fc_map_virt) && in opl_register_store()
1557 ((caddr_t)resp->fc_map_virt + resp->fc_map_len))) in opl_register_store()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h388 #define fc_map_virt un.m.virt macro