Home
last modified time | relevance | path

Searched refs:aper_alloc (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
Daperture_64.c388 u32 aper_size, aper_alloc = 0, aper_order = 0, last_aper_order = 0; in gart_iommu_hole_init() local
491 aper_alloc = agp_aper_base; in gart_iommu_hole_init()
495 if (aper_alloc) { in gart_iommu_hole_init()
507 aper_alloc = allocate_aperture(); in gart_iommu_hole_init()
508 if (!aper_alloc) { in gart_iommu_hole_init()
529 exclude_from_core(aper_alloc, aper_order); in gart_iommu_hole_init()
549 write_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE, aper_alloc >> 25); in gart_iommu_hole_init()
553 set_up_gart_resume(aper_order, aper_alloc); in gart_iommu_hole_init()
Damd_gart_64.c567 void set_up_gart_resume(u32 aper_order, u32 aper_alloc) in set_up_gart_resume() argument
571 aperture_alloc = aper_alloc; in set_up_gart_resume()