Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c116 gsm = passthru_get_mmio(sc, GVT_D_MAP_GSM); in gvt_d_setup_gsm()
197 opregion = passthru_get_mmio(sc, GVT_D_MAP_OPREGION); in gvt_d_setup_opregion()
299 opregion = passthru_get_mmio(sc, GVT_D_MAP_OPREGION); in gvt_d_deinit()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.h47 struct passthru_mmio_mapping *passthru_get_mmio(struct passthru_softc *sc,
H A Dpci_passthru.c669 passthru_get_mmio(struct passthru_softc *sc, int num) in passthru_get_mmio() function