Lines Matching defs:addr_max
1574 size_t addr_min=SIZE_MAX, addr_max=0, map_len;
1641 if (ph->p_vaddr+ph->p_memsz > addr_max) {
1642 addr_max = ph->p_vaddr+ph->p_memsz;
1686 addr_max += PAGE_SIZE-1;
1687 addr_max &= -PAGE_SIZE;
1690 map_len = addr_max - addr_min + off_start;
5214 size_t addr_min = SIZE_MAX, addr_max = 0, map_len;
5249 if (ph->p_vaddr + ph->p_memsz > addr_max) {
5250 addr_max = ph->p_vaddr + ph->p_memsz;
5302 addr_max += PAGE_SIZE - 1;
5303 addr_max &= -PAGE_SIZE;
5306 map_len = addr_max - addr_min + off_start;