Home
last modified time | relevance | path

Searched refs:tlb_asid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dtlb.c232 unsigned tlb_asid = r0 & ASID_MASK; in check_tlb_entry() local
233 bool kernel = tlb_asid == 1; in check_tlb_entry()
236 if (tlb_asid > 0 && ((vpn < TASK_SIZE) == kernel)) { in check_tlb_entry()
243 if (tlb_asid == mm_asid) { in check_tlb_entry()
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dtlb.c242 unsigned tlb_asid = r0 & ASID_MASK; in check_tlb_entry() local
243 bool kernel = tlb_asid == 1; in check_tlb_entry()
246 if (tlb_asid > 0 && ((vpn < TASK_SIZE) == kernel)) { in check_tlb_entry()
253 if (tlb_asid == mm_asid) { in check_tlb_entry()

Completed in 2 milliseconds