Searched refs:__pgd (Results 1 – 2 of 2) sorted by relevance
44 #define __pud(x) ((pud_t) { __pgd(x) } )
60 #define __pgd(x) ((pgd_t) { (x) } ) macro