Home
last modified time | relevance | path

Searched refs:round_kernel (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-kernel-modules.c516 Dwarf_Addr round_kernel = sysconf (_SC_PAGESIZE); in intuit_kernel_bounds() local
517 *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()