Lines Matching full:avoid
9 * to avoid) in order to select a physical memory location that can
301 * when KASLR searches for an appropriate random address. We must avoid any
311 * What is not obvious how to avoid is the range of memory that is used
381 * Avoid the region that is unsafe to overlap during in mem_avoid_init()
389 /* Avoid initrd. */ in mem_avoid_init()
398 /* Avoid kernel command line. */ in mem_avoid_init()
410 /* Avoid boot parameters. */ in mem_avoid_init()
418 /* Mark the memmap regions we need to avoid */ in mem_avoid_init()
448 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap()
451 struct mem_vector avoid; in mem_avoid_overlap() local
453 avoid.start = (unsigned long)ptr; in mem_avoid_overlap()
454 avoid.size = sizeof(*ptr) + ptr->len; in mem_avoid_overlap()
456 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
457 *overlap = avoid; in mem_avoid_overlap()