Home
last modified time | relevance | path

Searched refs:sync_tlb_range_from (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/um/include/asm/
H A Dpgtable.h229 mm->context.sync_tlb_range_from = start; in um_tlb_mark_sync()
232 if (start < mm->context.sync_tlb_range_from) in um_tlb_mark_sync()
233 mm->context.sync_tlb_range_from = start; in um_tlb_mark_sync()
H A Dmmu.h15 unsigned long sync_tlb_range_from; member
/linux-6.15/arch/um/kernel/
H A Dtlb.c165 unsigned long addr = mm->context.sync_tlb_range_from, next; in um_tlb_sync()
197 mm->context.sync_tlb_range_from = 0; in um_tlb_sync()