Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c176 return (set_pcir_handler(sc, PCIR_BDSM, 4, passthru_cfgread_emulate, in gvt_d_setup_gsm()
268 return (set_pcir_handler(sc, PCIR_ASLS_CTL, 4, passthru_cfgread_emulate, in gvt_d_setup_opregion()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.h50 int set_pcir_handler(struct passthru_softc *sc, int reg, int len,
H A Dpci_passthru.c686 set_pcir_handler(struct passthru_softc *sc, int reg, int len, in set_pcir_handler() function
918 if ((error = set_pcir_handler(sc, 0, PCIR_MAXLAT + 1, in passthru_init()
923 if ((error = set_pcir_handler(sc, PCIR_COMMAND, 0x04, NULL, NULL)) != 0) in passthru_init()