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 | 21 | include/asm-mips/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 37 | include/asm-mips/page.h | typedef unsigned long pgprot_t; |
pgprot_t | 45 | include/asm-sparc/page.h | typedef struct { unsigned long pgprot; } pgprot_t; |
pgprot_t | 64 | include/asm-sparc/page.h | typedef unsigned long pgprot_t; |