Searched defs:pdev (Results 1 – 10 of 10) sorted by relevance
15 static bool allocate_to_prelaunched_vm(struct pci_pdev *pdev) in allocate_to_prelaunched_vm()53 struct acrn_vm_pci_dev_config *init_one_dev_config(struct pci_pdev *pdev) in init_one_dev_config()
25 static bool need_vmsix_on_msi_emulation(__unused struct pci_pdev *pdev, __unused uint16_t *vector_c… in need_vmsix_on_msi_emulation()49 void reserve_vmsix_on_msi_irtes(struct pci_pdev *pdev) in reserve_vmsix_on_msi_irtes()76 struct pci_pdev *pdev = vdev->pdev; in init_vmsix_on_msi() local
324 struct pci_pdev *pdev = vdev->pdev; in vdev_bridge_pt_restore_space() local349 struct pci_pdev *pdev = vdev->pdev; in vdev_bridge_pt_restore_bus() local524 struct pci_pdev *pdev = vdev->pdev; in init_vmsix_pt() local
140 struct pci_pdev *pdev = vdev->pdev; in init_vmsi() local
271 struct pci_pdev *pdev = vdev->pdev; in init_vsriov() local
238 bool pdev_need_bar_restore(const struct pci_pdev *pdev) in pdev_need_bar_restore()263 static inline void pdev_save_bar(struct pci_pdev *pdev) in pdev_save_bar()272 void pdev_restore_bar(const struct pci_pdev *pdev) in pdev_restore_bar()307 const struct pci_pdev *pdev = pci_find_pdev(pbdf); in pci_lookup_drhd_for_pbdf() local423 struct pci_pdev *pdev; in scan_pci_hierarchy() local544 static void config_pci_bridge(const struct pci_pdev *pdev) in config_pci_bridge()585 struct pci_pdev *pdev = NULL; in init_all_dev_config() local669 static void pci_enable_ptm_root(struct pci_pdev *pdev, uint32_t pos) in pci_enable_ptm_root()700 static void pci_enumerate_ext_cap(struct pci_pdev *pdev) in pci_enumerate_ext_cap()773 static void pci_enumerate_cap(struct pci_pdev *pdev) in pci_enumerate_cap()[all …]
317 static inline bool is_host_bridge(const struct pci_pdev *pdev) in is_host_bridge()322 static inline bool is_bridge(const struct pci_pdev *pdev) in is_bridge()
118 struct pci_pdev *pdev; member
151 struct pci_pdev *pdev; /* the physical PCI device if it's a PT device */ member
407 static void deny_pci_bar_access(struct acrn_vm *service_vm, const struct pci_pdev *pdev) in deny_pci_bar_access()
Completed in 22 milliseconds