Home
last modified time | relevance | path

Searched refs:kmap_coherent_pte (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/sh/mm/
Dkmap.c21 static pte_t *kmap_coherent_pte; variable
29 kmap_coherent_pte = kmap_get_fixmap_pte(vaddr); in kmap_coherent_init()
48 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
49 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
63 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx); in kunmap_coherent()