Searched refs:pa_memex (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | agp_intel_gtt.c | 66 } else if (bpa->pa_memex == NULL || in i915_alloc_ifp() 67 extent_alloc_subregion(bpa->pa_memex, 0x100000, 0xffffffff, in i915_alloc_ifp() 100 } else if (bpa->pa_memex == NULL || in i965_alloc_ifp() 101 extent_alloc_subregion(bpa->pa_memex, 0x100000, 0xffffffff, in i965_alloc_ifp()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_drv.c | 1019 KASSERT(pa->pa_memex != NULL); in radeondrm_attach_kms() 1021 start = max(PCI_MEM_START, pa->pa_memex->ex_start); in radeondrm_attach_kms() 1022 end = min(PCI_MEM_END, pa->pa_memex->ex_end); in radeondrm_attach_kms() 1023 if (extent_alloc_subregion(pa->pa_memex, start, end, in radeondrm_attach_kms() 1084 if (addr == 0 && PCI_ROM_SIZE(mask) != 0 && pa->pa_memex) { in radeondrm_attach_kms() 1089 start = max(PCI_MEM_START, pa->pa_memex->ex_start); in radeondrm_attach_kms() 1090 end = min(PCI_MEM_END, pa->pa_memex->ex_end); in radeondrm_attach_kms() 1091 if (extent_alloc_subregion(pa->pa_memex, start, end, size, in radeondrm_attach_kms()
|
/openbsd/sys/dev/pci/ |
H A D | ppb.c | 336 sc->sc_memex = pa->pa_memex; in ppbattach() 586 if (pa->pa_memex == NULL) in ppb_alloc_resources() 709 if (mem_count > 0 && pa->pa_memex) { in ppb_alloc_resources() 714 start = max(PCI_MEM_START, pa->pa_memex->ex_start); in ppb_alloc_resources() 715 end = min(PCI_MEM_END, pa->pa_memex->ex_end); in ppb_alloc_resources() 717 if (extent_alloc_subregion(pa->pa_memex, start, in ppb_alloc_resources()
|
H A D | pci.c | 445 pa.pa_memex = sc->sc_memex; in pci_probe_device() 961 if (pa->pa_memex && extent_alloc_region(pa->pa_memex, in pci_reserve_resources() 1003 pa->pa_memex && extent_alloc_region(pa->pa_memex, in pci_reserve_resources() 1047 if (pa->pa_memex && base > 0 && size > 0) { in pci_reserve_resources() 1048 if (extent_alloc_region(pa->pa_memex, base, size, EX_NOWAIT)) { in pci_reserve_resources() 1075 } else if (pa->pa_memex && base > 0 && size > 0) { in pci_reserve_resources() 1076 if (extent_alloc_region(pa->pa_memex, base, size, EX_NOWAIT)) { in pci_reserve_resources()
|
H A D | pcivar.h | 130 struct extent *pa_memex; member
|
H A D | pci_map.c | 327 ex = pa->pa_memex; in pci_mapreg_assign()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | rbus_machdep.c | 55 struct extent *ex = pa->pa_memex; in rbus_pccbb_parent_mem()
|
/openbsd/sys/arch/i386/i386/ |
H A D | rbus_machdep.c | 53 struct extent *ex = pa->pa_memex; in rbus_pccbb_parent_mem()
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | rbus_machdep.c | 47 return (rbus_new_root_share(pa->pa_memt, pa->pa_memex, in rbus_pccbb_parent_mem()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_drv.c | 3114 KASSERT(pa->pa_memex != NULL); in amdgpu_attach() 3116 start = max(PCI_MEM_START, pa->pa_memex->ex_start); in amdgpu_attach() 3121 end = min(pci_mem_end, pa->pa_memex->ex_end); in amdgpu_attach() 3122 if (extent_alloc_subregion(pa->pa_memex, start, end, in amdgpu_attach() 3160 if (addr == 0 && PCI_ROM_SIZE(mask) != 0 && pa->pa_memex) { in amdgpu_attach() 3165 start = max(PCI_MEM_START, pa->pa_memex->ex_start); in amdgpu_attach() 3166 end = min(PCI_MEM_END, pa->pa_memex->ex_end); in amdgpu_attach() 3167 if (extent_alloc_subregion(pa->pa_memex, start, end, size, in amdgpu_attach()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_driver.c | 2263 dev_priv->memex = pa->pa_memex; in inteldrm_attach()
|