Home
last modified time | relevance | path

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

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