Home
last modified time | relevance | path

Searched defs:__pgprot (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-2level-types.h33 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
51 #define __pgprot(x) (x) macro
H A Dpgtable-3level-types.h37 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
54 #define __pgprot(x) (x) macro
H A Dpage-nommu.h32 #define __pgprot(x) (x) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h51 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
/linux/arch/arc/include/asm/
H A Dpage.h82 #define __pgprot(x) ((pgprot_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h72 #define __pgprot(x) ((pgprot_t) { (x) }) macro
H A Dpgtable-be-types.h69 #define __pgprot(x) ((pgprot_t) { (x) }) macro
/linux/arch/um/include/asm/
H A Dpage.h70 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
/linux/arch/riscv/include/asm/
H A Dpage.h82 #define __pgprot(x) ((pgprot_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dpgtable_types.h203 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
/linux/tools/testing/vma/
H A Dvma_internal.h64 #define __pgprot( global() macro