Lines Matching refs:kext_map
7969 vm_map_t kext_map = NULL; local
7984 kext_map = kext_get_vm_map(kmod_info);
7985 if (!kext_map) {
8012 kext_map, kmod_info->address,
8057 kext_map, start_protect, size_protect, seg->maxprot, TRUE, kc_type);
8069 kext_map, start_protect, size_protect, seg->initprot, FALSE, kc_type);
8083 kext_map, start_wire, end_wire, seg->initprot, FALSE, kc_type);
8113 vm_map_t kext_map = NULL; local
8162 kext_map = kext_get_vm_map(kmod_info);
8163 depth = (kernel_map == kext_map) ? 1 : 2;
8826 vm_map_t kext_map = kext_get_vm_map(kmod_info); local
8828 if (!kext_map) {
8850 result = vm_map_unwire(kext_map, start_wire,
13904 vm_map_t kext_map = g_kext_map; local
13929 kext_map, start, size, seg->maxprot, TRUE, type);
13936 kext_map, start, size, seg->initprot, FALSE, type);
13943 kext_map, start, end, seg->initprot, FALSE, type);