Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Daperture_64.c292 u32 aper_size = 0, aper_order = 0, last_aper_order = 0; in early_gart_iommu_check() local
326 if ((aper_order != last_aper_order) || in early_gart_iommu_check()
334 last_aper_order = aper_order; in early_gart_iommu_check()
387 u32 aper_size, aper_alloc = 0, aper_order = 0, last_aper_order = 0; in gart_iommu_hole_init() local
464 if ((last_aper_order && aper_order != last_aper_order) || in gart_iommu_hole_init()
469 last_aper_order = aper_order; in gart_iommu_hole_init()
482 exclude_from_core(last_aper_base, last_aper_order); in gart_iommu_hole_init()