Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h342 bool vmm_is_pptdev(int bus, int slot, int func);
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c143 else if (vmm_is_pptdev(bus, slot, func)) in ppt_probe()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2275 vmm_is_pptdev(int bus, int slot, int func) in vmm_is_pptdev() function