Home
last modified time | relevance | path

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

/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-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-5.10/arch/sparc/include/asm/
Dmman.h55 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) macro