Searched refs:kfence_protect_page (Results 1 – 3 of 3) sorted by relevance
15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
39 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
130 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect()135 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()