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