tag | line | file | source code |
pgprot_t | 29 | include/asm-alpha/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 140 | include/asm-alpha/pgtable.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 143 | 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 | 204 | include/asm-i386/pgtable.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 207 | 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 | 55 | include/asm-sparc/page.h | #define __pgprot(x) ((pgprot_t) { (x) } ) |
pgprot_t | 204 | include/asm-sparc/pgtable.h | extern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot) |
pgprot_t | 207 | include/asm-sparc/pgtable.h | extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) |
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 | 179 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
pgprot_t | 180 | include/linux/mm.h | extern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot); |
pgprot_t | 465 | mm/memory.c | int zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot) |
pgprot_t | 495 | mm/memory.c | unsigned long offset, pgprot_t prot) |
pgprot_t | 520 | mm/memory.c | unsigned long offset, pgprot_t prot) |
pgprot_t | 540 | 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 | 22 | mm/mprotect.c | unsigned long size, pgprot_t newprot) |
pgprot_t | 49 | mm/mprotect.c | unsigned long size, pgprot_t newprot) |
pgprot_t | 73 | mm/mprotect.c | static void change_protection(unsigned long start, unsigned long end, pgprot_t newprot) |
pgprot_t | 88 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 97 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 120 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 143 | mm/mprotect.c | int newflags, pgprot_t prot) |
pgprot_t | 179 | mm/mprotect.c | pgprot_t newprot; |