Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/include/asm/
Dmmu.h15 unsigned long sync_tlb_range_from; member
Dpgtable.h251 mm->context.sync_tlb_range_from = start; in um_tlb_mark_sync()
254 if (start < mm->context.sync_tlb_range_from) in um_tlb_mark_sync()
255 mm->context.sync_tlb_range_from = start; in um_tlb_mark_sync()
/linux-6.12.1/arch/um/kernel/
Dtlb.c173 unsigned long addr = mm->context.sync_tlb_range_from, next; in um_tlb_sync()
207 mm->context.sync_tlb_range_from = 0; in um_tlb_sync()