Home
last modified time | relevance | path

Searched defs:pg_start (Results 1 – 24 of 24) sorted by relevance

/linux-3.4.99/drivers/char/agp/
Di460-agp.c294 off_t pg_start, int type) in i460_insert_memory_small_io_page()
337 off_t pg_start, int type) in i460_remove_memory_small_io_page()
401 off_t pg_start, int type) in i460_insert_memory_large_io_page()
462 off_t pg_start, int type) in i460_remove_memory_large_io_page()
501 off_t pg_start, int type) in i460_insert_memory()
510 off_t pg_start, int type) in i460_remove_memory()
Dalpha-agp.c86 static int alpha_core_agp_insert_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_insert_memory()
108 static int alpha_core_agp_remove_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_remove_memory()
Dsgi-agp.c128 static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_insert_memory()
202 static int sgi_tioca_remove_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_remove_memory()
Dcompat_ioctl.h59 compat_off_t pg_start; /* starting page to populate */ member
82 compat_off_t pg_start; /* starting page to populate */ member
Dnvidia-agp.c200 static int nvidia_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_insert_memory()
239 static int nvidia_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_remove_memory()
Duninorth-agp.c149 static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_insert_memory()
199 int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_remove_memory()
Defficeon-agp.c239 static int efficeon_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_insert_memory()
288 static int efficeon_remove_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_remove_memory()
Dgeneric.c423 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
1046 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1129 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
Dparisc-agp.c125 parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_insert_memory()
173 parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_remove_memory()
Damd-k7-agp.c285 static int amd_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_insert_memory()
327 static int amd_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_remove_memory()
Dati-agp.c267 off_t pg_start, int type) in ati_insert_memory()
314 static int ati_remove_memory(struct agp_memory * mem, off_t pg_start, in ati_remove_memory()
Dsworks-agp.c320 off_t pg_start, int type) in serverworks_insert_memory()
360 static int serverworks_remove_memory(struct agp_memory *mem, off_t pg_start, in serverworks_remove_memory()
Dintel-gtt.c210 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start, in i810_insert_dcache_entries()
883 unsigned int pg_start, in intel_gtt_insert_sg_entries()
922 off_t pg_start, int type) in intel_fake_agp_insert_entries()
986 off_t pg_start, int type) in intel_fake_agp_remove_entries()
Dhp-agp.c332 hp_zx1_insert_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_insert_memory()
379 hp_zx1_remove_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_remove_memory()
Damd64-agp.c44 static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd64_insert_memory()
Dfrontend.c107 off_t pg_start; in agp_find_seg_in_client() local
/linux-3.4.99/include/linux/
Dagpgart.h80 __kernel_off_t pg_start; /* starting page to populate */ member
103 __kernel_off_t pg_start;/* starting page to populate */ member
136 off_t pg_start; /* starting page to populate */ member
142 off_t pg_start; member
165 off_t pg_start; /* starting page to populate */ member
Dagp_backend.h77 off_t pg_start; member
/linux-3.4.99/arch/alpha/kernel/
Dcore_titan.c581 long pg_start; member
679 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_bind_memory()
687 titan_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_unbind_memory()
Dcore_marvel.c895 long pg_start; member
1015 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_bind_memory()
1023 marvel_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_unbind_memory()
Dpci_iommu.c879 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_release()
898 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, in iommu_bind()
927 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_unbind()
/linux-3.4.99/fs/9p/
Dvfs_file.c472 unsigned long pg_start, pg_end; in v9fs_file_write_internal() local
692 pgoff_t pg_start = offset >> PAGE_CACHE_SHIFT; in v9fs_direct_write() local
/linux-3.4.99/tools/vm/
Dpage-types.c165 static unsigned long pg_start[MAX_VMAS]; variable
/linux-3.4.99/fs/fuse/
Dinode.c296 pgoff_t pg_start; in fuse_reverse_inval_inode() local