Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c830 struct pci_epf_bar_submap *submap, *old_submap; in pci_epf_test_bar_subrange_setup() local
875 submap = kzalloc_objs(*submap, nsub); in pci_epf_test_bar_subrange_setup()
876 if (!submap) in pci_epf_test_bar_subrange_setup()
882 submap[i].phys_addr = bar->phys_addr + (phys_idx * sub_size); in pci_epf_test_bar_subrange_setup()
883 submap[i].size = sub_size; in pci_epf_test_bar_subrange_setup()
886 old_submap = bar->submap; in pci_epf_test_bar_subrange_setup()
889 bar->submap = submap; in pci_epf_test_bar_subrange_setup()
895 bar->submap = old_submap; in pci_epf_test_bar_subrange_setup()
902 kfree(submap); in pci_epf_test_bar_subrange_setup()
933 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
/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c599 if (epf_bar->num_submap && !epf_bar->submap) in pci_epc_set_bar()