Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dpgtable-2level-types.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
50 #define __pmd(x) (x) macro
A Dpgtable-3level-types.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
52 #define __pmd(x) (x) macro
A Dpage-nommu.h31 #define __pmd(x) (x) macro
/linux/arch/sparc/include/asm/
A Dpage_64.h84 #define __pmd(x) ((pmd_t) { (x) } ) macro
107 #define __pmd(x) (x) macro
A Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/linux/arch/um/include/asm/
A Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/arch/parisc/include/asm/
A Dpage.h45 #define __pmd(x) ((pmd_t) { (x) } ) macro
67 #define __pmd(x) (x) macro
/linux/arch/sh/include/asm/
A Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/linux/arch/m68k/include/asm/
A Dpage.h23 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/arch/arm64/include/asm/
A Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/include/linux/
A Dhuge_mm.h376 #define split_huge_pmd(__vma, __pmd, __address) \ argument
547 #define split_huge_pmd(__vma, __pmd, __address) \ argument
565 #define split_huge_pud(__vma, __pmd, __address) \ argument
/linux/include/asm-generic/
A Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
/linux/arch/arc/include/asm/
A Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
A Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
A Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/linux/arch/alpha/include/asm/
A Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/arch/mips/include/asm/
A Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/mm/
A Dhugetlb_vmemmap.c54 pmd_t __pmd; in vmemmap_split_pmd() local
/linux/arch/s390/include/asm/
A Dpage.h122 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/arch/riscv/include/asm/
A Dpgtable-64.h68 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux/arch/x86/include/asm/
A Dparavirt.h444 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
A Dpgtable.h114 #define __pmd(x) native_make_pmd(x) macro
/linux/arch/loongarch/include/asm/
A Dpgtable.h177 #define __pmd(x) ((pmd_t) { (x) }) macro

Completed in 60 milliseconds