Home
last modified time | relevance | path

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

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