Home
last modified time | relevance | path

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

/linux/arch/hexagon/mm/
H A Dvm_tlb.c31 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_range()
60 if (current->active_mm->context.ptbase == mm->context.ptbase) in flush_tlb_mm()
71 if (mm->context.ptbase == current->active_mm->context.ptbase) in flush_tlb_page()
H A Dinit.c69 init_mm.context.ptbase = __pa(init_mm.pgd); in mem_init()
/linux/arch/hexagon/include/asm/
H A Dmmu.h18 unsigned long ptbase; member
H A Dmmu_context.h45 __vmnewmap((void *)next->context.ptbase); in switch_mm()
H A Dpgalloc.h39 mm->context.ptbase = __pa(pgd); in pgd_alloc()