Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dpage_64.h87 #define __pgd(x) ((pgd_t) { (x) } ) macro
110 #define __pgd(x) (x) macro
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h63 #define __pgd(x) ((pgd_t) { (x) } ) macro
86 #define __pgd(x) (x) macro
/openbmc/linux/arch/m68k/include/asm/
H A Dpage.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-types.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/nios2/include/asm/
H A Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/include/asm-generic/
H A Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dpage.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h53 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dpage.h109 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/mips/include/asm/
H A Dpage.h149 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/sh/include/asm/
H A Dpage.h94 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/um/include/asm/
H A Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h83 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dpage.h188 # define __pgd(x) (x) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h125 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c75 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local

12