Skip to main content

classify_notifier

Function classify_notifier 

Source
pub fn classify_notifier(notifier_call: u64, stext: u64, etext: u64) -> bool
Expand description

Classify whether a keyboard notifier callback is outside the kernel text range.

Returns true when notifier_call < stext || notifier_call >= etext.