Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arc/include/asm/
Dmmu_context.h50 #define hw_pid(mm, cpu) (asid_mm(mm, cpu) & MM_CTXT_ASID_MASK) macro
97 mmu_setup_asid(mm, hw_pid(mm, cpu)); in get_new_mmu_context()
/linux-5.19.10/arch/arc/mm/
Dtlb.c235 tlb_entry_erase(start | hw_pid(vma->vm_mm, cpu)); in local_flush_tlb_range()
287 tlb_entry_erase((page & PAGE_MASK) | hw_pid(vma->vm_mm, cpu)); in local_flush_tlb_page()
548 unsigned int asid = hw_pid(vma->vm_mm, cpu); in local_flush_pmd_tlb_range()