Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c303 u32 aper_size = 0, aper_order = 0, last_aper_order = 0; in early_gart_iommu_check() local
337 if ((aper_order != last_aper_order) || in early_gart_iommu_check()
345 last_aper_order = aper_order; in early_gart_iommu_check()
398 u32 aper_size, aper_alloc = 0, aper_order = 0, last_aper_order = 0; in gart_iommu_hole_init() local
475 if ((last_aper_order && aper_order != last_aper_order) || in gart_iommu_hole_init()
480 last_aper_order = aper_order; in gart_iommu_hole_init()
493 exclude_from_core(last_aper_base, last_aper_order); in gart_iommu_hole_init()