Searched defs:pgprot_val (Results 1 - 25 of 30) sorted by relevance

12

/arch/arm/include/asm/
H A Dpage-nommu.h40 #define pgprot_val(x) (x) macro
H A Dpgtable-2level-types.h41 #define pgprot_val(x) ((x).pgprot) macro
59 #define pgprot_val(x) (x) macro
H A Dpgtable-3level-types.h44 #define pgprot_val(x) ((x).pgprot) macro
61 #define pgprot_val(x) (x) macro
/arch/arm64/include/asm/
H A Dpgtable-types.h58 #define pgprot_val(x) ((x).pgprot) macro
84 #define pgprot_val(x) (x) macro
/arch/m68k/include/asm/
H A Dpage.h32 #define pgprot_val(x) ((x).pgprot) macro
/arch/unicore32/include/asm/
H A Dpage.h43 #define pgprot_val(x) ((x).pgprot) macro
59 #define pgprot_val(x) (x) macro
/arch/alpha/include/asm/
H A Dpage.h38 #define pgprot_val(x) ((x).pgprot) macro
57 #define pgprot_val(x) (x) macro
/arch/arc/include/asm/
H A Dpage.h50 #define pgprot_val(x) ((x).pgprot) macro
67 #define pgprot_val(x) (x) macro
/arch/avr32/include/asm/
H A Dpage.h39 #define pgprot_val(x) ((x).pgprot) macro
/arch/cris/include/asm/
H A Dpage.h34 #define pgprot_val(x) ((x).pgprot) macro
/arch/frv/include/asm/
H A Dpage.h34 #define pgprot_val(x) ((x).pgprot) macro
/arch/hexagon/include/asm/
H A Dpage.h89 #define pgprot_val(x) ((x).pgprot) macro
/arch/m32r/include/asm/
H A Dpage.h37 #define pgprot_val(x) ((x).pgprot) macro
/arch/openrisc/include/asm/
H A Dpage.h68 #define pgprot_val(x) ((x).pgprot) macro
/arch/metag/include/asm/
H A Dpage.h81 #define pgprot_val(x) ((x).pgprot) macro
/arch/microblaze/include/asm/
H A Dpage.h102 # define pgprot_val(x) ((x).pgprot) macro
/arch/mips/include/asm/
H A Dpage.h152 #define pgprot_val(x) ((x).pgprot) macro
/arch/mn10300/include/asm/
H A Dpage.h54 #define pgprot_val(x) ((x).pgprot) macro
/arch/parisc/include/asm/
H A Dpage.h52 #define pgprot_val(x) ((x).pgprot) macro
74 #define pgprot_val(x) (x) macro
/arch/powerpc/include/asm/
H A Dpage.h321 #define pgprot_val(x) ((x).pgprot) macro
355 #define pgprot_val(x) (x) macro
/arch/score/include/asm/
H A Dpage.h51 #define pgprot_val(x) ((x).pgprot) macro
/arch/sh/include/asm/
H A Dpage.h98 #define pgprot_val(x) ((x).pgprot) macro
/arch/sparc/include/asm/
H A Dpage_32.h67 #define pgprot_val(x) ((x).pgprot) macro
95 #define pgprot_val(x) (x) macro
H A Dpage_64.h69 #define pgprot_val(x) ((x).pgprot) macro
92 #define pgprot_val(x) (x) macro
/arch/um/include/asm/
H A Dpage.h50 (pte).pte_low = (phys) | pgprot_val(prot); })
77 #define pte_set_val(p, phys, prot) (p).pte = (phys | pgprot_val(prot))
89 #define pgprot_val(x) ((x).pgprot) macro

Completed in 677 milliseconds

12