Home
last modified time | relevance | path

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

/include/linux/
Dhuge_mm.h175 #define split_huge_pmd(__vma, __pmd, __address) \ argument
333 #define split_huge_pmd(__vma, __pmd, __address) \ argument
341 #define split_huge_pud(__vma, __pmd, __address) \ argument
Dmmu_notifier.h483 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
/include/asm-generic/
Dpgtable-nopmd.h50 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro