Searched defs:protect (Results 1 – 8 of 8) sorted by relevance
/arch/arm64/include/asm/ |
D | kfence.h | 15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
|
/arch/powerpc/include/asm/ |
D | kfence.h | 19 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
|
/arch/x86/include/asm/ |
D | kfence.h | 41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
|
/arch/s390/include/asm/ |
D | kfence.h | 36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
|
/arch/riscv/include/asm/ |
D | kfence.h | 49 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
|
/arch/x86/kernel/ |
D | machine_kexec_64.c | 523 kexec_mark_range(unsigned long start, unsigned long end, bool protect) in kexec_mark_range() 543 static void kexec_mark_crashkres(bool protect) in kexec_mark_crashkres()
|
/arch/s390/kernel/ |
D | machine_kexec.c | 159 static void crash_protect_pages(int protect) in crash_protect_pages()
|
/arch/um/os-Linux/skas/ |
D | mem.c | 199 int protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in protect() function
|