Searched defs:__pmd (Results 1 – 4 of 4) sorted by relevance
199 #define split_huge_pmd(__vma, __pmd, __address) \ argument406 #define split_huge_pmd(__vma, __pmd, __address) \ argument414 #define split_huge_pud(__vma, __pmd, __address) \ argument
632 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
51 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
57 #define __pmd(x) ((pmd_t) { (x) } ) macro