Searched refs:kmap_free_wakeup (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/i386/ibcs2/ |
| HD | imgact_coff.c | 149 kmap_free_wakeup(exec_map, (vm_offset_t)data_buf, PAGE_SIZE); in load_coff_section() 283 kmap_free_wakeup(exec_map, (vm_offset_t)ptr, PAGE_SIZE); in coff_load_file() 420 kmap_free_wakeup(exec_map, (vm_offset_t)buf, len);
|
| /NextBSD/sys/kern/ |
| HD | imgact_gzip.c | 140 kmap_free_wakeup(exec_map, (vm_offset_t)igz.inbuf, PAGE_SIZE); 310 kmap_free_wakeup(exec_map, (vm_offset_t)igz->inbuf, PAGE_SIZE); in NextByte()
|
| HD | kern_exec.c | 1325 kmap_free_wakeup(exec_map, (vm_offset_t)args->buf, in exec_free_args()
|
| /NextBSD/sys/vm/ |
| HD | vm_extern.h | 52 void kmap_free_wakeup(vm_map_t, vm_offset_t, vm_size_t);
|
| HD | vm_kern.c | 467 kmap_free_wakeup(map, addr, size) in kmap_free_wakeup() function
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 482 kmap_free_wakeup(exec_map, (vm_offset_t)a_out, PAGE_SIZE); in linux_uselib()
|