Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmm.h371 bool vmm_is_pptdev(int bus, int slot, int func);
/freebsd/sys/amd64/vmm/io/
H A Dppt.c138 else if (vmm_is_pptdev(bus, slot, func)) in ppt_probe()
/freebsd/sys/amd64/vmm/
H A Dvmm.c2438 vmm_is_pptdev(int bus, int slot, int func) in vmm_is_pptdev() function