Searched defs:pmd_off (Results 1 – 2 of 2) sorted by relevance
274 int pmd_off = (virtaddr/PTRTREESIZE) & 15; in __iounmap() local352 int pmd_off = (virtaddr/PTRTREESIZE) & 15; in kernel_set_cachemode() local
17 static inline pmd_t *pmd_off(pgd_t *pgd, unsigned long virt) in pmd_off() function