Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level-types.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
50 #define __pmd(x) (x) macro
H A Dpgtable-3level-types.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
52 #define __pmd(x) (x) macro
H A Dpage-nommu.h31 #define __pmd(x) (x) macro
/openbmc/linux/include/linux/
H A Dhuge_mm.h155 #define split_huge_pmd(__vma, __pmd, __address) \ argument
304 #define split_huge_pmd(__vma, __pmd, __address) \ argument
312 #define split_huge_pud(__vma, __pmd, __address) \ argument
/openbmc/linux/arch/sparc/include/asm/
H A Dpage_64.h85 #define __pmd(x) ((pmd_t) { (x) } ) macro
108 #define __pmd(x) (x) macro
H A Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/openbmc/linux/arch/um/include/asm/
H A Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
75 #define __pmd(x) (x) macro
/openbmc/linux/arch/sh/include/asm/
H A Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/openbmc/linux/arch/m68k/include/asm/
H A Dpage.h27 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/include/asm-generic/
H A Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
H A Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
H A Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/mm/
H A Dhugetlb_vmemmap.c41 pmd_t __pmd; in split_vmemmap_huge_pmd() local
/openbmc/linux/arch/ia64/include/asm/
H A Dpage.h167 # define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h122 #define __pmd(x) ((pmd_t) { (x) } ) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h70 #define __pmd(x) ((pmd_t) { (x) }) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h174 #define __pmd(x) ((pmd_t) { (x) }) macro
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt.h444 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
H A Dpgtable.h115 #define __pmd(x) native_make_pmd(x) macro