Home
last modified time | relevance | path

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

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