Searched defs:map_addr (Results 1 – 6 of 6) sorted by relevance
33 void *map_addr; in main() local
349 void *map_addr; in virgl_staging_map() local415 void *map_addr; in virgl_staging_read_map() local494 void *map_addr; in virgl_resource_transfer_map() local
455 uint64_t map_addr = address; in intel_aux_map_add_mapping() local532 uint64_t map_addr = address; in intel_aux_map_unmap_range() local
291 void * map_addr = NULL; /* address where the file is mapped */ in map_and_thread() local
36 static char *map_addr[NR_SLOTS]; variable
291 pub(crate) fn map_addr<T>(ptr: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T in map_addr() function