Home
last modified time | relevance | path

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

/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()
201 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
Dgeneric.c423 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
1045 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1127 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_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()
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()
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()
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()
Dintel-gtt.c212 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start, in i810_insert_dcache_entries()
843 unsigned int pg_start, in intel_gtt_insert_sg_entries()
882 off_t pg_start, int type) in intel_fake_agp_insert_entries()
945 off_t pg_start, int type) in intel_fake_agp_remove_entries()
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()
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()
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
/drivers/hv/
Dhv_balloon.c706 static unsigned long handle_pg_range(unsigned long pg_start, in handle_pg_range()
776 static unsigned long process_hot_add(unsigned long pg_start, in process_hot_add()
823 unsigned long pg_start, pfn_cnt; in hot_add_req() local
/drivers/gpu/drm/i915/
Di915_gem_gtt.c487 unsigned int pg_start, in i915_ggtt_insert_entries()