Home
last modified time | relevance | path

Searched refs:pg_start (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/char/agp/
H A Defficeon-agp.c236 static int efficeon_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_insert_memory() argument
243 printk(KERN_DEBUG PFX "efficeon_insert_memory(%lx, %d)\n", pg_start, count); in efficeon_insert_memory()
246 if ((pg_start + mem->page_count) > num_entries) in efficeon_insert_memory()
258 int index = pg_start + i; in efficeon_insert_memory()
285 static int efficeon_remove_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_remove_memory() argument
289 printk(KERN_DEBUG PFX "efficeon_remove_memory(%lx, %d)\n", pg_start, count); in efficeon_remove_memory()
293 if ((pg_start + mem->page_count) > num_entries) in efficeon_remove_memory()
299 int index = pg_start + i; in efficeon_remove_memory()
H A Dgeneric.c408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() argument
424 ret_val = curr->bridge->driver->insert_memory(curr, pg_start, curr->type); in agp_bind_memory()
430 curr->pg_start = pg_start; in agp_bind_memory()
460 ret_val = curr->bridge->driver->remove_memory(curr, curr->pg_start, curr->type); in agp_unbind_memory()
466 curr->pg_start = 0; in agp_unbind_memory()
1025 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory() argument
1076 if (((pg_start + mem->page_count) > num_entries) || in agp_generic_insert_memory()
1077 ((pg_start + mem->page_count) < pg_start)) in agp_generic_insert_memory()
1080 j = pg_start; in agp_generic_insert_memory()
1082 while (j < (pg_start + mem->page_count)) { in agp_generic_insert_memory()
[all …]
H 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() argument
96 if ((pg_start + mem->page_count) > num_entries) in alpha_core_agp_insert_memory()
99 status = agp->ops->bind(agp, pg_start, mem); 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() argument
112 status = agp->ops->unbind(agp, pg_start, mem); in alpha_core_agp_remove_memory()
H A Dnvidia-agp.c201 static int nvidia_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_insert_memory() argument
213 if ((pg_start + mem->page_count) > in nvidia_insert_memory()
217 for (j = pg_start; j < (pg_start + mem->page_count); j++) { in nvidia_insert_memory()
226 for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { in nvidia_insert_memory()
240 static int nvidia_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_remove_memory() argument
253 for (i = pg_start; i < (mem->page_count + pg_start); i++) in nvidia_remove_memory()
H A Damd-k7-agp.c285 static int amd_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_insert_memory() argument
297 if ((pg_start + mem->page_count) > num_entries) in amd_insert_memory()
300 j = pg_start; in amd_insert_memory()
301 while (j < (pg_start + mem->page_count)) { in amd_insert_memory()
314 for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { in amd_insert_memory()
327 static int amd_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_remove_memory() argument
337 for (i = pg_start; i < (mem->page_count + pg_start); i++) { in amd_remove_memory()
H A Dati-agp.c260 off_t pg_start, int type) in ati_insert_memory() argument
276 if ((pg_start + mem->page_count) > num_entries) in ati_insert_memory()
279 j = pg_start; in ati_insert_memory()
280 while (j < (pg_start + mem->page_count)) { in ati_insert_memory()
294 for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { in ati_insert_memory()
307 static int ati_remove_memory(struct agp_memory * mem, off_t pg_start, in ati_remove_memory() argument
322 for (i = pg_start; i < (mem->page_count + pg_start); i++) { in ati_remove_memory()
H A Dsworks-agp.c318 off_t pg_start, int type) in serverworks_insert_memory() argument
329 if ((pg_start + mem->page_count) > num_entries) { in serverworks_insert_memory()
333 j = pg_start; in serverworks_insert_memory()
334 while (j < (pg_start + mem->page_count)) { in serverworks_insert_memory()
347 for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { in serverworks_insert_memory()
358 static int serverworks_remove_memory(struct agp_memory *mem, off_t pg_start, in serverworks_remove_memory() argument
372 for (i = pg_start; i < (mem->page_count + pg_start); i++) { in serverworks_remove_memory()
H A Dintel-gtt.c213 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start, in i810_insert_dcache_entries() argument
218 if ((pg_start + mem->page_count) in i810_insert_dcache_entries()
225 for (i = pg_start; i < (pg_start + mem->page_count); i++) { in i810_insert_dcache_entries()
856 unsigned int pg_start, in intel_gmch_gtt_insert_sg_entries() argument
863 j = pg_start; in intel_gmch_gtt_insert_sg_entries()
898 off_t pg_start, int type) in intel_fake_agp_insert_entries() argument
910 return i810_insert_dcache_entries(mem, pg_start, type); in intel_fake_agp_insert_entries()
915 if (pg_start + mem->page_count > intel_private.gtt_total_entries) in intel_fake_agp_insert_entries()
934 intel_gmch_gtt_insert_sg_entries(&st, pg_start, type); in intel_fake_agp_insert_entries()
938 intel_gmch_gtt_insert_pages(pg_start, mem->page_count, mem->pages, in intel_fake_agp_insert_entries()
[all …]
H A Dparisc-agp.c124 parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_insert_memory() argument
136 io_pg_start = info->io_pages_per_kpage * pg_start; in parisc_agp_insert_memory()
174 parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_remove_memory() argument
184 io_pg_start = info->io_pages_per_kpage * pg_start; in parisc_agp_remove_memory()
H A Duninorth-agp.c150 static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_insert_memory() argument
172 if ((pg_start + mem->page_count) > num_entries) in uninorth_insert_memory()
175 gp = (u32 *) &agp_bridge->gatt_table[pg_start]; in uninorth_insert_memory()
200 static int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_remove_memory() argument
218 gp = (u32 *) &agp_bridge->gatt_table[pg_start]; in uninorth_remove_memory()
H A Damd64-agp.c45 static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd64_insert_memory() argument
64 if (((unsigned long)pg_start + mem->page_count) > num_entries) in amd64_insert_memory()
67 j = pg_start; in amd64_insert_memory()
70 while (j < (pg_start + mem->page_count)) { in amd64_insert_memory()
81 for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { in amd64_insert_memory()
H A Dagp.h192 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type);
193 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
/linux/arch/alpha/kernel/
H A Dcore_titan.c585 long pg_start; member
603 aper->pg_start = iommu_reserve(aper->arena, aper->pg_count, in titan_agp_setup()
605 if (aper->pg_start < 0) { in titan_agp_setup()
612 aper->arena->dma_base + aper->pg_start * PAGE_SIZE; in titan_agp_setup()
625 status = iommu_release(aper->arena, aper->pg_start, aper->pg_count); in titan_agp_cleanup()
629 iommu_unbind(aper->arena, aper->pg_start, aper->pg_count); in titan_agp_cleanup()
630 status = iommu_release(aper->arena, aper->pg_start, in titan_agp_cleanup()
683 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_bind_memory() argument
686 return iommu_bind(aper->arena, aper->pg_start + pg_start, 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() argument
[all …]
H A Dcore_marvel.c855 long pg_start; member
872 aper->pg_start = iommu_reserve(aper->arena, aper->pg_count, in marvel_agp_setup()
875 if (aper->pg_start < 0) { in marvel_agp_setup()
882 aper->arena->dma_base + aper->pg_start * PAGE_SIZE; in marvel_agp_setup()
895 status = iommu_release(aper->arena, aper->pg_start, aper->pg_count); in marvel_agp_cleanup()
899 iommu_unbind(aper->arena, aper->pg_start, aper->pg_count); in marvel_agp_cleanup()
900 status = iommu_release(aper->arena, aper->pg_start, in marvel_agp_cleanup()
975 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_bind_memory() argument
978 return iommu_bind(aper->arena, aper->pg_start + pg_start, 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() argument
[all …]
/linux/include/linux/
H 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
H A Dagp_backend.h77 off_t pg_start; member
/linux/include/uapi/linux/
H A Dagpgart.h80 __kernel_off_t pg_start; /* starting page to populate */ member
103 __kernel_off_t pg_start;/* starting page to populate */ member
/linux/drivers/hv/
H A Dhv_balloon.c833 static unsigned long handle_pg_range(unsigned long pg_start, in handle_pg_range() argument
836 unsigned long start_pfn = pg_start; in handle_pg_range()
845 pg_start); in handle_pg_range()
913 static unsigned long process_hot_add(unsigned long pg_start, in process_hot_add() argument
925 covered = pfn_covered(pg_start, pfn_cnt); in process_hot_add()
947 ha_region->covered_start_pfn = pg_start; in process_hot_add()
948 ha_region->covered_end_pfn = pg_start; in process_hot_add()
961 return handle_pg_range(pg_start, pfn_cnt); in process_hot_add()
970 unsigned long pg_start, pfn_cnt; in hot_add_req() local
980 pg_start = dm->ha_wrk.ha_page_range.finfo.start_page; in hot_add_req()
[all …]
/linux/arch/arc/include/asm/
H A Dptrace.h137 unsigned long pg_start = (sp & ~(THREAD_SIZE - 1)); \
138 (struct pt_regs *)(pg_start + THREAD_SIZE) - 1; \
/linux/include/drm/intel/
H A Dintel-gtt.h28 unsigned int pg_start,
/linux/tools/mm/
H A Dpage-types.c173 static unsigned long pg_start[MAX_VMAS];
766 if (pg_start[i] >= end) in walk_task()
769 start = max_t(unsigned long, pg_start[i], index); in walk_task()
926 pg_start[nr_vmas] = vm_start / page_size; in parse_pid()
174 static unsigned long pg_start[MAX_VMAS]; global() variable
/linux/fs/fuse/
H A Dinode.c522 pgoff_t pg_start; in fuse_reverse_inval_inode() local
537 pg_start = offset >> PAGE_SHIFT; in fuse_reverse_inval_inode()
543 pg_start, pg_end); in fuse_reverse_inval_inode()