Home
last modified time | relevance | path

Searched defs:aper_base (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
Daperture_64.c76 static void __init exclude_from_core(u64 aper_base, u32 aper_order) in exclude_from_core()
88 static void exclude_from_core(u64 aper_base, u32 aper_order) in exclude_from_core()
294 u64 aper_base = 0, last_aper_base = 0; in early_gart_iommu_check() local
389 u64 aper_base, last_aper_base = 0; in gart_iommu_hole_init() local
Damd_gart_64.c525 u64 aper_base; in read_aperture() local
619 unsigned aper_base, new_aper_base; in init_amd_gatt() local
714 unsigned long aper_base, aper_size; in gart_iommu_init() local
/arch/x86/include/asm/
Dgart.h92 static inline int aperture_valid(u64 aper_base, u32 aper_size, u32 min_size) in aperture_valid()