Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dkfence.h24 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
33 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/arm64/include/asm/
H A Dkfence.h15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/s390/include/asm/
H A Dkfence.h36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/parisc/include/asm/
H A Dkfence.h22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/riscv/include/asm/
H A Dkfence.h16 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/x86/include/asm/
H A Dkfence.h41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/arm/include/asm/
H A Dkfence.h46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dkfence.h42 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/openbmc/linux/mm/kfence/
H A Dcore.c243 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect()
248 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()