Home
last modified time | relevance | path

Searched defs:arch_validate_prot (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dmman.h28 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function
41 #define arch_validate_prot arch_validate_prot macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmman.h39 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-6.6/arch/arm64/include/asm/
Dmman.h45 static inline bool arch_validate_prot(unsigned long prot, in arch_validate_prot() function
58 #define arch_validate_prot(prot, addr) arch_validate_prot(prot, addr) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmman.h62 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-5.10/include/linux/
Dmman.h104 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-6.6/include/linux/
Dmman.h108 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() function
112 #define arch_validate_prot arch_validate_prot macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dmman.h49 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dmman.h55 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) macro