Home
last modified time | relevance | path

Searched refs:protection_map (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/sparc/mm/
Dinit.c94 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 …]
/linux-2.4.37.9/arch/m68k/mm/
Dmotorola.c227 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
/linux-2.4.37.9/mm/
Dmmap.c43 pgprot_t protection_map[16] = { variable
528 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()
Dmprotect.c249 newprot = protection_map[newflags & 0xf]; in mprotect_fixup()
/linux-2.4.37.9/include/linux/
Dmm.h126 extern pgprot_t protection_map[16];
/linux-2.4.37.9/fs/
Dexec.c349 mpnt->vm_page_prot = protection_map[VM_STACK_FLAGS & 0x7]; in setup_arg_pages()