Home
last modified time | relevance | path

Searched refs:submap (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c840 struct pci_epf_bar_submap *submap, *old_submap; in pci_epf_test_bar_subrange_setup() local
885 submap = kzalloc_objs(*submap, nsub); in pci_epf_test_bar_subrange_setup()
886 if (!submap) in pci_epf_test_bar_subrange_setup()
892 submap[i].phys_addr = bar->phys_addr + (phys_idx * sub_size); in pci_epf_test_bar_subrange_setup()
893 submap[i].size = sub_size; in pci_epf_test_bar_subrange_setup()
896 old_submap = bar->submap; in pci_epf_test_bar_subrange_setup()
899 bar->submap = submap; in pci_epf_test_bar_subrange_setup()
907 bar->submap = old_submap; in pci_epf_test_bar_subrange_setup()
914 kfree(submap); in pci_epf_test_bar_subrange_setup()
945 struct pci_epf_bar_submap *submap; in pci_epf_test_bar_subrange_clear() local
[all …]
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c206 const struct pci_epf_bar_submap *submap, in dw_pcie_ep_validate_submap() argument
234 size = submap[i].size; in dw_pcie_ep_validate_submap()
242 if (!IS_ALIGNED(submap[i].phys_addr, align)) in dw_pcie_ep_validate_submap()
261 const struct pci_epf_bar_submap *submap = epf_bar->submap; in dw_pcie_ep_ib_atu_addr() local
271 if (!ep_func || !epf_bar->num_submap || !submap || !epf_bar->size) in dw_pcie_ep_ib_atu_addr()
274 ret = dw_pcie_ep_validate_submap(ep, submap, epf_bar->num_submap, in dw_pcie_ep_ib_atu_addr()
296 size = submap[i].size; in dw_pcie_ep_ib_atu_addr()
297 parent_bus_addr = submap[i].phys_addr; in dw_pcie_ep_ib_atu_addr()
/linux/drivers/xen/
H A Dfeatures.c45 xen_features[i * 32 + j] = !!(fi.submap & 1U << j); in xen_setup_features()
H A Dsys-hypervisor.c330 ret = sprintf(buffer, "%08x", info.submap); in xen_feature_show()
/linux/include/xen/interface/
H A Dversion.h55 uint32_t submap; /* OUT: 32-bit submap */ member