Searched defs:arch_calc_vm_prot_bits (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmman.h6 #define arch_calc_vm_prot_bits(prot, key) ( \ macro
/linux-master/arch/powerpc/include/asm/
H A Dmman.h17 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, function
26 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) macro
/linux-master/arch/arm64/include/asm/
H A Dmman.h9 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, function
22 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) macro
/linux-master/arch/sparc/include/asm/
H A Dmman.h30 #define arch_calc_vm_prot_bits(prot, pkey) sparc_calc_vm_prot_bits(prot) macro
/linux-master/include/linux/
H A Dmman.h93 #define arch_calc_vm_prot_bits(prot, pkey) 0 macro

Completed in 239 milliseconds