Lines Matching defs:map_len
625 size_t map_len;
660 map_len = 0;
662 map_len = trunc_page(offset + filsz) - file_addr;
664 map_len = round_page(offset + filsz) - file_addr;
666 if (map_len != 0) {
672 map_addr, map_addr + map_len, prot, cow);
690 map_len = round_page((vm_offset_t)vmaddr + memsz) - map_addr;
693 if (map_len != 0) {
695 map_addr + map_len, prot, 0);
719 map_len), prot, 0, VM_MAP_PROTECT_SET_PROT);