Searched refs:round_kernel (Results 1 – 1 of 1) sorted by relevance
494 Dwarf_Addr round_kernel = sysconf (_SC_PAGE_SIZE); in intuit_kernel_bounds() local495 *start &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()496 *end += round_kernel - 1; in intuit_kernel_bounds()497 *end &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()498 if (*start >= *end || *end - *start < round_kernel) in intuit_kernel_bounds()