Home
last modified time | relevance | path

Searched defs:aper (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Dcore_titan.c592 struct titan_agp_aperture *aper; in titan_agp_setup() local
622 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup() local
685 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_bind_memory() local
693 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_unbind_memory() local
701 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_translate() local
Dcore_marvel.c909 struct marvel_agp_aperture *aper; in marvel_agp_setup() local
939 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup() local
1024 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory() local
1032 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory() local
1040 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate() local
/arch/x86/kernel/
Daperture_64.c162 u64 aper; in read_agp() local
Damd_gart_64.c498 static __init unsigned long check_iommu_size(unsigned long aper, u64 aper_size) in check_iommu_size()