Searched refs:kfence_protect_page (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kfence.h | 24 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 D | kfence.h | 15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kfence.h | 36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | kfence.h | 22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | kfence.h | 16 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kfence.h | 41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | kfence.h | 46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | kfence.h | 42 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/openbmc/linux/mm/kfence/ |
H A D | core.c | 243 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()
|