Searched refs:kfence_protect_page (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/ |
D | kfence.h | 33 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function 42 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | kfence.h | 15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | kfence.h | 36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | kfence.h | 22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | kfence.h | 16 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | kfence.h | 41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | kfence.h | 46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | kfence.h | 52 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
|
/linux-6.12.1/mm/kfence/ |
D | core.c | 246 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect() 251 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()
|