Searched refs:round_kernel (Results 1 – 1 of 1) sorted by relevance
553 Dwarf_Addr round_kernel = sysconf (_SC_PAGESIZE); in intuit_kernel_bounds() local554 *start &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()555 *end += round_kernel - 1; in intuit_kernel_bounds()556 *end &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()557 if (*start >= *end || *end - *start < round_kernel) in intuit_kernel_bounds()