Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dtlbflush.h18 static inline unsigned long get_mm_asid(struct mm_struct *mm) in get_mm_asid() function
/linux/arch/riscv/mm/
H A Dtlbflush.c100 unsigned long asid = get_mm_asid(mm); in __flush_tlb_range()