Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.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()
Dcompat_ioctl.h59 compat_off_t pg_start; /* starting page to populate */ member
82 compat_off_t pg_start; /* starting page to populate */ member
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
Damd64-agp.c45 static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd64_insert_memory()
/kernel/linux/linux-5.10/include/linux/
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
Dagp_backend.h77 off_t pg_start; member
/kernel/linux/linux-5.10/arch/alpha/kernel/
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()
Dcore_marvel.c902 long pg_start; member
1022 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_bind_memory()
1030 marvel_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_unbind_memory()
Dpci_iommu.c883 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_release()
902 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, in iommu_bind()
931 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_unbind()
/kernel/linux/linux-5.10/include/uapi/linux/
Dagpgart.h81 __kernel_off_t pg_start; /* starting page to populate */ member
104 __kernel_off_t pg_start;/* starting page to populate */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dagpgart.h60 __kernel_off_t pg_start; member
77 __kernel_off_t pg_start; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dagpgart.h48 __kernel_off_t pg_start; member
65 __kernel_off_t pg_start; member
/kernel/linux/linux-5.10/fs/f2fs/
Dfile.c1016 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole()
1050 pgoff_t pg_start, pg_end; in punch_hole() local
1433 pgoff_t index, pg_start, pg_end; in f2fs_zero_range() local
1539 pgoff_t nr, pg_start, pg_end, delta, idx; in f2fs_insert_range() local
1616 pgoff_t pg_start, pg_end; in expand_inode_data() local
2586 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
/kernel/linux/linux-5.10/fs/9p/
Dvfs_file.c427 unsigned long pg_start, pg_end; in v9fs_file_write_iter() local
/kernel/linux/linux-5.10/drivers/hv/
Dhv_balloon.c842 static unsigned long handle_pg_range(unsigned long pg_start, in handle_pg_range()
925 static unsigned long process_hot_add(unsigned long pg_start, in process_hot_add()
983 unsigned long pg_start, pfn_cnt; in hot_add_req() local

12