Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux/arch/alpha/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux/arch/parisc/include/asm/
H A Dpage.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
78 #define __pgd(x) (x) macro
/linux/arch/sparc/include/asm/
H A Dpage_64.h86 #define __pgd(x) ((pgd_t) { (x) } ) macro
109 #define __pgd(x) (x) macro
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/linux/arch/m68k/include/asm/
H A Dpage.h46 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/nios2/include/asm/
H A Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/openrisc/include/asm/
H A Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/csky/include/asm/
H A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/hexagon/include/asm/
H A Dpage.h74 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux/arch/loongarch/include/asm/
H A Dpage.h57 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/microblaze/include/asm/
H A Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/xtensa/include/asm/
H A Dpage.h109 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/mips/include/asm/
H A Dpage.h135 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/sh/include/asm/
H A Dpage.h83 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/um/include/asm/
H A Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/s390/mm/
H A Dpgalloc.c77 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux/arch/s390/include/asm/
H A Dpage.h125 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/x86/include/asm/
H A Dparavirt.h404 static inline pgd_t __pgd(pgdval_t val) in __pgd() function