Searched refs:protection_map (Results 1 – 6 of 6) sorted by relevance
94 extern pgprot_t protection_map[16];352 protection_map[0] = PAGE_NONE; in paging_init()353 protection_map[1] = PAGE_READONLY; in paging_init()354 protection_map[2] = PAGE_COPY; in paging_init()355 protection_map[3] = PAGE_COPY; in paging_init()356 protection_map[4] = PAGE_READONLY; in paging_init()357 protection_map[5] = PAGE_READONLY; in paging_init()358 protection_map[6] = PAGE_COPY; in paging_init()359 protection_map[7] = PAGE_COPY; in paging_init()360 protection_map[8] = PAGE_NONE; in paging_init()[all …]
227 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
43 pgprot_t protection_map[16] = { variable528 vma->vm_page_prot = protection_map[vm_flags & 0x0f]; in do_mmap_pgoff()1134 vma->vm_page_prot = protection_map[flags & 0x0f]; in do_brk()
249 newprot = protection_map[newflags & 0xf]; in mprotect_fixup()
126 extern pgprot_t protection_map[16];
349 mpnt->vm_page_prot = protection_map[VM_STACK_FLAGS & 0x7]; in setup_arg_pages()