Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c87 uint32_t bdsm; in set_bdsm_gen3() local
90 bdsm = pci_host_read_config(passthru_get_sel(sc), PCIR_BDSM, 4); in set_bdsm_gen3()
94 bdsm_gpa | (bdsm & (PCIM_BDSM_GSM_ALIGNMENT - 1))); in set_bdsm_gen3()
109 uint64_t bdsm; in set_bdsm_gen11() local
112 bdsm = pci_host_read_config(passthru_get_sel(sc), PCIR_BDSM_GEN11, 8); in set_bdsm_gen11()
116 bdsm_gpa | (bdsm & (PCIM_BDSM_GSM_ALIGNMENT - 1))); in set_bdsm_gen11()