Home
last modified time | relevance | path

Searched defs:pmd_off (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/m68k/mm/
Dkmap.c264 int pmd_off = (virtaddr/PTRTREESIZE) & 15; in __iounmap() local
342 int pmd_off = (virtaddr/PTRTREESIZE) & 15; in kernel_set_cachemode() local
/linux-4.1.27/arch/unicore32/mm/
Dmm.h20 static inline pmd_t *pmd_off(pgd_t *pgd, unsigned long virt) in pmd_off() function