Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dtlbflush.c39 else if (size == FLUSH_TLB_MAX_SIZE) in local_flush_tlb_range_asid()
61 sbi_remote_sfence_vma_asid(NULL, 0, FLUSH_TLB_MAX_SIZE, FLUSH_TLB_NO_ASID); in flush_tlb_all()
126 __flush_tlb_range(mm, 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); in flush_tlb_mm()
/openbmc/linux/arch/riscv/include/asm/
H A Dtlbflush.h14 #define FLUSH_TLB_MAX_SIZE ((unsigned long)-1) macro