Home
last modified time | relevance | path

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

/linux-3.4.99/arch/hexagon/mm/
Dvm_tlb.c42 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_range()
71 if (current->active_mm->context.ptbase == mm->context.ptbase) in flush_tlb_mm()
82 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_page()
Dinit.c89 init_mm.context.ptbase = __pa(init_mm.pgd); in mem_init()
/linux-3.4.99/arch/hexagon/include/asm/
Dmmu.h31 unsigned long ptbase; member
Dmmu_context.h82 __vmnewmap((void *)next->context.ptbase); in switch_mm()
Dpgalloc.h52 mm->context.ptbase = __pa(pgd); in pgd_alloc()