Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
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
/linux-6.3-rc2/arch/arm64/include/asm/
A Dkfence.h15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/arch/s390/include/asm/
A Dkfence.h36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/arch/parisc/include/asm/
A Dkfence.h22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dkfence.h41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/arch/arm/include/asm/
A Dkfence.h46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/arch/riscv/include/asm/
A Dkfence.h49 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() function
/linux-6.3-rc2/mm/kfence/
A Dcore.c234 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), true)); in kfence_protect()
239 return !KFENCE_WARN_ON(!kfence_protect_page(ALIGN_DOWN(addr, PAGE_SIZE), false)); in kfence_unprotect()

Completed in 8 milliseconds