Searched defs:__pmd (Results 1 – 4 of 4) sorted by relevance
175 #define split_huge_pmd(__vma, __pmd, __address) \ argument333 #define split_huge_pmd(__vma, __pmd, __address) \ argument341 #define split_huge_pud(__vma, __pmd, __address) \ argument
483 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
50 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
57 #define __pmd(x) ((pmd_t) { (x) } ) macro