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