Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Daperture_64.c68 static unsigned long aperture_pfn_start, aperture_page_count; variable
72 return likely((pfn < aperture_pfn_start) || in gart_mem_pfn_is_ram()
73 (pfn >= aperture_pfn_start + aperture_page_count)); in gart_mem_pfn_is_ram()
89 aperture_pfn_start = aper_base >> PAGE_SHIFT; in exclude_from_core()