Home
last modified time | relevance | path

Searched refs:__pmd (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dhuge_mm.h195 #define split_huge_pmd(__vma, __pmd, __address) \ argument
197 pmd_t *____pmd = (__pmd); \
200 __split_huge_pmd(__vma, __pmd, __address, \
353 #define split_huge_pmd(__vma, __pmd, __address) \ argument
361 #define split_huge_pud(__vma, __pmd, __address) \ argument
Dmmu_notifier.h610 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
616 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
Dswapops.h575 return __pmd(0); in swp_entry_to_pmd()
/include/asm-generic/
Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro