Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dkfence.h15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/arch/powerpc/include/asm/
A Dkfence.h19 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/arch/parisc/include/asm/
A Dkfence.h22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/arch/s390/include/asm/
A Dkfence.h36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/arch/x86/include/asm/
A Dkfence.h41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/arch/riscv/include/asm/
A Dkfence.h49 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux/mm/kfence/
A Dcore.c216 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect()
221 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()

Completed in 11 milliseconds