kmap_coherent_pte   20 arch/sh/mm/kmap.c static pte_t *kmap_coherent_pte;
kmap_coherent_pte   28 arch/sh/mm/kmap.c 	kmap_coherent_pte = kmap_get_fixmap_pte(vaddr);
kmap_coherent_pte   47 arch/sh/mm/kmap.c 	BUG_ON(!pte_none(*(kmap_coherent_pte - idx)));
kmap_coherent_pte   48 arch/sh/mm/kmap.c 	set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL));
kmap_coherent_pte   62 arch/sh/mm/kmap.c 		pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx);