Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/arch/parisc/include/asm/
Dpage.h43 #define __pmd(x) ((pmd_t) { (x) } ) macro
65 #define __pmd(x) (x) macro
/linux-6.14.4/arch/sparc/include/asm/
Dpage_64.h82 #define __pmd(x) ((pmd_t) { (x) } ) macro
105 #define __pmd(x) (x) macro
Dpage_32.h70 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
98 #define __pmd(x) (x) macro
/linux-6.14.4/arch/m68k/include/asm/
Dpage.h21 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/arch/sh/include/asm/
Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/include/linux/
Dhuge_mm.h366 #define split_huge_pmd(__vma, __pmd, __address) \ argument
537 #define split_huge_pmd(__vma, __pmd, __address) \ argument
555 #define split_huge_pud(__vma, __pmd, __address) \ argument
/linux-6.14.4/include/asm-generic/
Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
/linux-6.14.4/arch/arc/include/asm/
Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.14.4/arch/alpha/include/asm/
Dpage.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/arch/powerpc/include/asm/
Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.14.4/arch/um/include/asm/
Dpage.h39 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/arch/mips/include/asm/
Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/mm/
Dhugetlb_vmemmap.c54 pmd_t __pmd; in vmemmap_split_pmd() local
/linux-6.14.4/arch/s390/include/asm/
Dpage.h117 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-6.14.4/arch/riscv/include/asm/
Dpgtable-64.h68 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-6.14.4/arch/x86/include/asm/
Dparavirt.h437 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h114 #define __pmd(x) native_make_pmd(x) macro
/linux-6.14.4/arch/loongarch/include/asm/
Dpgtable.h177 #define __pmd(x) ((pmd_t) { (x) }) macro