Home
last modified time | relevance | path

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

12

/linux/drivers/char/agp/
A 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()
A Dalpha-agp.c84 static int alpha_core_agp_insert_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_insert_memory()
106 static int alpha_core_agp_remove_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_remove_memory()
A Dcompat_ioctl.h59 compat_off_t pg_start; /* starting page to populate */ member
82 compat_off_t pg_start; /* starting page to populate */ member
A Dgeneric.c408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
1025 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1107 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
A Defficeon-agp.c236 static int efficeon_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_insert_memory()
285 static int efficeon_remove_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_remove_memory()
A Dnvidia-agp.c201 static int nvidia_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_insert_memory()
240 static int nvidia_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_remove_memory()
A Duninorth-agp.c149 static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_insert_memory()
199 static int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_remove_memory()
A Dparisc-agp.c121 parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_insert_memory()
170 parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_remove_memory()
A 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()
A Dintel-gtt.c212 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start, in i810_insert_dcache_entries()
858 unsigned int pg_start, in intel_gtt_insert_sg_entries()
900 off_t pg_start, int type) in intel_fake_agp_insert_entries()
965 off_t pg_start, int type) in intel_fake_agp_remove_entries()
A Dati-agp.c269 off_t pg_start, int type) in ati_insert_memory()
316 static int ati_remove_memory(struct agp_memory * mem, off_t pg_start, in ati_remove_memory()
A Dsworks-agp.c321 off_t pg_start, int type) in serverworks_insert_memory()
361 static int serverworks_remove_memory(struct agp_memory *mem, off_t pg_start, in serverworks_remove_memory()
A Dhp-agp.c329 hp_zx1_insert_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_insert_memory()
376 hp_zx1_remove_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_remove_memory()
A Damd64-agp.c45 static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd64_insert_memory()
A Dfrontend.c105 off_t pg_start; in agp_find_seg_in_client() local
/linux/include/linux/
A Dagpgart.h52 off_t pg_start; /* starting page to populate */ member
58 off_t pg_start; member
81 off_t pg_start; /* starting page to populate */ member
A Dagp_backend.h77 off_t pg_start; member
/linux/arch/alpha/kernel/
A Dcore_titan.c585 long pg_start; member
683 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_bind_memory()
691 titan_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_unbind_memory()
A Dcore_marvel.c855 long pg_start; member
975 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_bind_memory()
983 marvel_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_unbind_memory()
A Dpci_iommu.c858 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_release()
877 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, in iommu_bind()
906 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_unbind()
/linux/include/uapi/linux/
A Dagpgart.h81 __kernel_off_t pg_start; /* starting page to populate */ member
104 __kernel_off_t pg_start;/* starting page to populate */ member
/linux/fs/f2fs/
A Dfile.c1039 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole()
1073 pgoff_t pg_start, pg_end; in punch_hole() local
1456 pgoff_t index, pg_start, pg_end; in f2fs_zero_range() local
1563 pgoff_t nr, pg_start, pg_end, delta, idx; in f2fs_insert_range() local
1640 pgoff_t pg_start, pg_end; in expand_inode_data() local
2549 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
/linux/fs/9p/
A Dvfs_file.c408 unsigned long pg_start, pg_end; in v9fs_file_write_iter() local
/linux/drivers/hv/
A Dhv_balloon.c845 static unsigned long handle_pg_range(unsigned long pg_start, in handle_pg_range()
928 static unsigned long process_hot_add(unsigned long pg_start, in process_hot_add()
986 unsigned long pg_start, pfn_cnt; in hot_add_req() local
/linux/fs/fuse/
A Dinode.c428 pgoff_t pg_start; in fuse_reverse_inval_inode() local

Completed in 66 milliseconds

12