pub fn classify_kernel_timer(
function: u64,
kernel_start: u64,
kernel_end: u64,
) -> boolExpand description
Classify whether a kernel timer callback is outside the kernel text range.
Returns false for null pointers; true when the callback is outside
[kernel_start, kernel_end].