Searched defs:arch_validate_prot (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | mman.h | 39 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function 52 #define arch_validate_prot arch_validate_prot macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | mman.h | 46 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function 54 #define arch_validate_prot arch_validate_prot macro
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | mman.h | 62 static inline bool arch_validate_prot(unsigned long prot, in arch_validate_prot() function 75 #define arch_validate_prot(prot, addr) arch_validate_prot(prot, addr) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | mman.h | 95 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function 99 #define arch_validate_prot arch_validate_prot macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mman.h | 104 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function 108 #define arch_validate_prot arch_validate_prot macro
|
| /kernel/linux/linux-4.19/arch/sparc/include/asm/ |
| D | mman.h | 55 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) macro
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | mman.h | 55 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) macro
|