Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dmmu_context.h51 #define hw_pid(mm, cpu) (asid_mm(mm, cpu) & MM_CTXT_ASID_MASK) macro
98 write_aux_reg(ARC_REG_PID, hw_pid(mm, cpu) | MMU_ENABLE); in get_new_mmu_context()
/arch/arc/mm/
Dtlb.c352 tlb_entry_erase(start | hw_pid(vma->vm_mm, cpu)); in local_flush_tlb_range()
408 tlb_entry_erase((page & PAGE_MASK) | hw_pid(vma->vm_mm, cpu)); in local_flush_tlb_page()
710 unsigned int asid = hw_pid(vma->vm_mm, cpu); in local_flush_pmd_tlb_range()