tag | line | file | source code |
pgprot_t | 20 | include/asm-alpha/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 38 | include/asm-alpha/page.h | typedef unsigned long pgprot_t; |
pgprot_t | 20 | include/asm-i386/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 39 | include/asm-i386/page.h | typedef unsigned long pgprot_t; |
pgprot_t | 22 | include/asm-mips/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 41 | include/asm-mips/page.h | typedef unsigned long pgprot_t; |
pgprot_t | 22 | include/asm-ppc/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 41 | include/asm-ppc/page.h | typedef unsigned long pgprot_t; |
pgprot_t | 53 | include/asm-sparc/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 72 | include/asm-sparc/page.h | typedef unsigned long pgprot_t; |