Searched refs:pmdptr (Results 1 – 9 of 9) sorted by relevance
37 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) argument
70 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) argument
90 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) argument
347 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) argument
79 static inline void set_pmd(pmd_t *pmdptr, pmd_t pmdval) in set_pmd() argument81 *pmdptr = pmdval; in set_pmd()
54 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) argument
314 #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) argument
239 #define set_pmd(pmdptr, pmdval) do { *(pmdptr) = (pmdval); } while (0) argument
236 #define set_pmd(pmdptr, pmdval) do { *(pmdptr) = (pmdval); } while(0) argument