Go to the documentation of this file.
7 #ifndef _ASM_POWERPC_MMAN_H
8 #define _ASM_POWERPC_MMAN_H
10 #include <uapi/asm/mman.h>
14 #include <asm/cputable.h>
23 return (prot &
PROT_SAO) ? VM_SAO : 0;
25 #define arch_calc_vm_prot_bits(prot) arch_calc_vm_prot_bits(prot)
31 #define arch_vm_get_page_prot(vm_flags) arch_vm_get_page_prot(vm_flags)
41 #define arch_validate_prot(prot) arch_validate_prot(prot)