Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/include/
HDvmm.h282 int vmm_is_pptdev(int bus, int slot, int func);
/NextBSD/sys/amd64/vmm/io/
HDppt.c138 else if (vmm_is_pptdev(bus, slot, func)) in ppt_probe()
/NextBSD/sys/amd64/vmm/
HDvmm.c2174 vmm_is_pptdev(int bus, int slot, int func) in vmm_is_pptdev() function