tag | line | file | source code |
pgprot_t | 109 | arch/sparc/mm/init.c | extern pgprot_t protection_map[16]; |
pgprot_t | 20 | arch/sparc/mm/loadmmu.c | pgprot_t page_none, page_shared, page_copy, page_readonly, page_kernel; |
pgprot_t | 21 | arch/sparc/mm/loadmmu.c | pgprot_t page_invalid; |
pgprot_t | 52 | arch/sparc/mm/loadmmu.c | pte_t (*mk_pte)(unsigned long, pgprot_t); |
pgprot_t | 54 | arch/sparc/mm/loadmmu.c | pte_t (*pte_modify)(pte_t, pgprot_t); |
pgprot_t | 177 | arch/sparc/mm/srmmu.c | srmmu_mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 209 | arch/sparc/mm/srmmu.c | srmmu_pte_modify(pte_t pte, pgprot_t newprot) |
pgprot_t | 178 | arch/sparc/mm/sun4c.c | sun4c_mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 198 | arch/sparc/mm/sun4c.c | sun4c_pte_modify(pte_t pte, pgprot_t newprot) |
pgprot_t | 29 | include/asm-alpha/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 151 | include/asm-alpha/pgtable.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 154 | include/asm-alpha/pgtable.h | extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) |
pgprot_t | 30 | include/asm-i386/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 193 | include/asm-i386/pgtable.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 196 | include/asm-i386/pgtable.h | extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) |
pgprot_t | 29 | include/asm-mips/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 219 | include/asm-mips/page.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 222 | include/asm-mips/page.h | extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) |
pgprot_t | 60 | include/asm-sparc/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 38 | include/asm-sparc/pgtable.h | extern pgprot_t page_none; |
pgprot_t | 39 | include/asm-sparc/pgtable.h | extern pgprot_t page_shared; |
pgprot_t | 40 | include/asm-sparc/pgtable.h | extern pgprot_t page_copy; |
pgprot_t | 41 | include/asm-sparc/pgtable.h | extern pgprot_t page_readonly; |
pgprot_t | 42 | include/asm-sparc/pgtable.h | extern pgprot_t page_kernel; |
pgprot_t | 43 | include/asm-sparc/pgtable.h | extern pgprot_t page_invalid; |
pgprot_t | 235 | include/asm-sparc/pgtable.h | extern pte_t (*mk_pte)(unsigned long, pgprot_t); |
pgprot_t | 239 | include/asm-sparc/pgtable.h | extern pte_t (*pte_modify)(pte_t, pgprot_t); |
pgprot_t | 39 | include/linux/mm.h | pgprot_t vm_page_prot; |
pgprot_t | 85 | include/linux/mm.h | extern pgprot_t protection_map[16]; |
pgprot_t | 180 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
pgprot_t | 181 | include/linux/mm.h | extern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot); |
pgprot_t | 464 | mm/memory.c | int zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot) |
pgprot_t | 494 | mm/memory.c | unsigned long offset, pgprot_t prot) |
pgprot_t | 515 | mm/memory.c | unsigned long offset, pgprot_t prot) |
pgprot_t | 535 | mm/memory.c | int remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot) |
pgprot_t | 39 | mm/mmap.c | pgprot_t protection_map[16] = { |
pgprot_t | 21 | mm/mprotect.c | unsigned long size, pgprot_t newprot) |
pgprot_t | 48 | mm/mprotect.c | unsigned long size, pgprot_t newprot) |
pgprot_t | 72 | mm/mprotect.c | static void change_protection(unsigned long start, unsigned long end, pgprot_t newprot) |
pgprot_t | 87 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 96 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 119 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 142 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 178 | mm/mprotect.c | pgprot_t newprot; |