Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Damdviiommu.c87 error = pci_find_cap(dev, PCIY_SECDEV, &capoff); in amdviiommu_probe()
/freebsd/sys/x86/iommu/
H A Damd_drv.c426 error = pci_find_cap(dev, PCIY_SECDEV, &seccap_reg); in amdiommu_probe()
455 error = pci_find_cap(dev, PCIY_SECDEV, &sc->seccap_reg); in amdiommu_attach()
/freebsd/sys/dev/pci/
H A Dpcireg.h149 #define PCIY_SECDEV 0x0f /* Secure Device */ macro