Searched refs:kfence_protect_page (Results 1 – 6 of 6) sorted by relevance
15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
19 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
49 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
131 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect()136 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()