Searched refs:round_kernel (Results 1 – 1 of 1) sorted by relevance
516 Dwarf_Addr round_kernel = sysconf (_SC_PAGESIZE); in intuit_kernel_bounds() local517 *start &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()518 *end += round_kernel - 1; in intuit_kernel_bounds()519 *end &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()520 if (*start >= *end || *end - *start < round_kernel) in intuit_kernel_bounds()