Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/include/asm/
Dpgtable-2level-types.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
50 #define __pmd(x) (x) macro
Dpgtable-3level-types.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
52 #define __pmd(x) (x) macro
Dpage-nommu.h31 #define __pmd(x) (x) macro
/linux-6.6.21/include/linux/
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
/linux-6.6.21/arch/um/include/asm/
Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpage.h52 #define __pmd(x) ((pmd_t) { (x) } ) macro
74 #define __pmd(x) (x) macro
/linux-6.6.21/arch/sparc/include/asm/
Dpage_64.h85 #define __pmd(x) ((pmd_t) { (x) } ) macro
108 #define __pmd(x) (x) macro
Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/linux-6.6.21/arch/sh/include/asm/
Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/linux-6.6.21/arch/m68k/include/asm/
Dpage.h27 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/include/asm-generic/
Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/arc/include/asm/
Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.6.21/arch/alpha/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/powerpc/include/asm/
Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/linux-6.6.21/mm/
Dhugetlb_vmemmap.c41 pmd_t __pmd; in split_vmemmap_huge_pmd() local
/linux-6.6.21/arch/ia64/include/asm/
Dpage.h167 # define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/mips/include/asm/
Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/s390/include/asm/
Dpage.h122 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-64.h70 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h174 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.6.21/arch/x86/include/asm/
Dparavirt.h444 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h115 #define __pmd(x) native_make_pmd(x) macro