Home
last modified time | relevance | path

Searched defs:__pgd (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/arch/unicore32/include/asm/
Dpage.h46 #define __pgd(x) ((pgd_t) { (x) }) macro
62 #define __pgd(x) (x) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-3level-types.h48 #define __pgd(x) ((pgd_t) { (x) } ) macro
65 #define __pgd(x) (x) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable-types.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
81 #define __pgd(x) (x) macro
/linux-4.4.14/arch/arc/include/asm/
Dpage.h52 #define __pgd(x) ((pgd_t) { (x) }) macro
71 #define __pgd(x) (x) macro
/linux-4.4.14/arch/alpha/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpage_64.h75 #define __pgd(x) ((pgd_t) { (x) } ) macro
98 #define __pgd(x) (x) macro
Dpage_32.h73 #define __pgd(x) ((pgd_t) { (x) } ) macro
101 #define __pgd(x) (x) macro
/linux-4.4.14/arch/m68k/include/asm/
Dpage.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpage.h56 #define __pgd(x) ((pgd_t) { (x) } ) macro
78 #define __pgd(x) (x) macro
/linux-4.4.14/arch/cris/include/asm/
Dpage.h37 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/nios2/include/asm/
Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpage.h318 #define __pgd(x) ((pgd_t) { (x) }) macro
359 #define __pgd(x) (x) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/openrisc/include/asm/
Dpage.h71 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpage.h57 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/m32r/include/asm/
Dpage.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/include/asm-generic/
Dpage.h60 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dpage.h91 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/frv/include/asm/
Dpage.h39 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/metag/include/asm/
Dpage.h84 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/score/include/asm/
Dpage.h54 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpage.h115 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/mips/include/asm/
Dpage.h144 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/s390/include/asm/
Dpage.h89 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/tile/include/asm/
Dpage.h102 #define __pgd(x) hv_pte(x) macro
/linux-4.4.14/arch/um/include/asm/
Dpage.h92 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/sh/include/asm/
Dpage.h101 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpage.h115 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpage.h213 # define __pgd(x) (x) macro
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h432 static inline pgd_t __pgd(pgdval_t val) in __pgd() function
Dpgtable.h77 #define __pgd(x) native_make_pgd(x) macro