Searched refs:alloc_perm_bits (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/vfio/pci/ | 
| D | vfio_pci_config.c | 346 static int alloc_perm_bits(struct perm_bits *perm, int size)  in alloc_perm_bits()  function619 	if (alloc_perm_bits(perm, PCI_STD_HEADER_SIZEOF))  in init_pci_cap_basic_perm()
 699 	if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_PM]))  in init_pci_cap_pm_perm()
 766 	if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD]))  in init_pci_cap_vpd_perm()
 791 	if (alloc_perm_bits(perm, PCI_CAP_PCIX_SIZEOF_V2))  in init_pci_cap_pcix_perm()
 861 	if (alloc_perm_bits(perm, PCI_CAP_EXP_ENDPOINT_SIZEOF_V2))  in init_pci_cap_exp_perm()
 918 	if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_AF]))  in init_pci_cap_af_perm()
 933 	if (alloc_perm_bits(perm, pci_ext_cap_length[PCI_EXT_CAP_ID_ERR]))  in init_pci_ext_cap_err_perm()
 985 	if (alloc_perm_bits(perm, pci_ext_cap_length[PCI_EXT_CAP_ID_PWR]))  in init_pci_ext_cap_pwr_perm()
 1123 	if (alloc_perm_bits(perm, len))  in init_pci_cap_msi_perm()
 
 |