Searched refs:pt_map (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.bin/pmap/ |
| H A D | main.c | 59 struct vm_map *st_map, *pt_map, *module_map, *buf_map; variable 421 get_map_address(pt_map); in load_symbols() 448 else if (addr == pt_map) in mapname()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-param-manipulation.cc | 2151 pass_through_split_map pt_map; in modify_call_stmt() local 2152 pt_map.base_index = i; in modify_call_stmt() 2153 pt_map.unit_offset in modify_call_stmt() 2155 pt_map.new_index = new_arg_idx; in modify_call_stmt() 2156 pass_through_map.safe_push (pt_map); in modify_call_stmt()
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | pmap_motorola.c | 250 struct vm_map *st_map, *pt_map; variable 562 pt_map = uvm_km_suballoc(kernel_map, &addr, &addr2, s, 0, in pmap_init() 789 uvm_km_free(pt_map, (vaddr_t)pmap->pm_ptab, in pmap_release() 1154 uvm_km_alloc(pt_map, M68K_MAX_PTSIZE, 0, in pmap_enter()
|