Symbol: pgprot_t
arch/alpha/include/asm/page.h
28
typedef struct { unsigned long pgprot; } pgprot_t;
arch/alpha/include/asm/page.h
47
typedef unsigned long pgprot_t;
arch/arc/include/asm/page.h
81
} pgprot_t;
arch/arm/include/asm/page-nommu.h
22
typedef unsigned long pgprot_t;
arch/arm/include/asm/pgtable-2level-types.h
24
typedef struct { pteval_t pgprot; } pgprot_t;
arch/arm/include/asm/pgtable-2level-types.h
42
typedef pteval_t pgprot_t;
arch/arm/include/asm/pgtable-3level-types.h
27
typedef struct { pteval_t pgprot; } pgprot_t;
arch/arm/include/asm/pgtable-3level-types.h
44
typedef pteval_t pgprot_t;
arch/arm64/include/asm/pgtable-types.h
57
typedef struct { ptdesc_t pgprot; } pgprot_t;
arch/csky/include/asm/page.h
52
typedef struct { unsigned long pgprot; } pgprot_t;
arch/hexagon/include/asm/page.h
65
typedef struct { unsigned long pgprot; } pgprot_t;
arch/loongarch/include/asm/page.h
56
typedef struct { unsigned long pgprot; } pgprot_t;
arch/m68k/include/asm/page.h
26
typedef struct { unsigned long pgprot; } pgprot_t;
arch/microblaze/include/asm/page.h
56
typedef struct { unsigned long pgprot; } pgprot_t;
arch/mips/include/asm/page.h
136
typedef struct { unsigned long pgprot; } pgprot_t;
arch/nios2/include/asm/page.h
59
typedef struct { unsigned long pgprot; } pgprot_t;
arch/openrisc/include/asm/page.h
46
} pgprot_t;
arch/parisc/include/asm/page.h
38
typedef struct { unsigned long pgprot; } pgprot_t;
arch/parisc/include/asm/page.h
68
typedef unsigned long pgprot_t;
arch/powerpc/include/asm/pgtable-be-types.h
67
typedef struct { unsigned long pgprot; } pgprot_t;
arch/powerpc/include/asm/pgtable-types.h
70
typedef struct { unsigned long pgprot; } pgprot_t;
arch/riscv/include/asm/page.h
71
} pgprot_t;
arch/s390/include/asm/page.h
79
typedef struct { unsigned long pgprot; } pgprot_t;
arch/s390/include/asm/page.h
94
typedef unsigned long pgprot_t;
arch/sh/include/asm/page.h
64
typedef struct { unsigned long long pgprot; } pgprot_t;
arch/sh/include/asm/page.h
72
typedef struct { unsigned long pgprot; } pgprot_t;
arch/sparc/include/asm/page_32.h
58
typedef struct { unsigned long pgprot; } pgprot_t;
arch/sparc/include/asm/page_32.h
86
typedef unsigned long pgprot_t;
arch/sparc/include/asm/page_64.h
72
typedef struct { unsigned long pgprot; } pgprot_t;
arch/sparc/include/asm/page_64.h
95
typedef unsigned long pgprot_t;
arch/um/include/asm/page.h
60
typedef struct { unsigned long pgprot; } pgprot_t;
arch/x86/include/asm/pgtable_types.h
293
typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
arch/xtensa/include/asm/page.h
95
typedef struct { unsigned long pgprot; } pgprot_t;
tools/testing/vma/vma_internal.h
51
typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;