Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/include/
HDvmm.h369 bool vmm_is_pptdev(int bus, int slot, int func);
/freebsd-14-stable/sys/amd64/vmm/io/
HDppt.c139 else if (vmm_is_pptdev(bus, slot, func)) in ppt_probe()
/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c2407 vmm_is_pptdev(int bus, int slot, int func) in vmm_is_pptdev() function