Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dtlb.h379 unsigned int fully_unshared_tables : 1; member
810 tlb->fully_unshared_tables = true; in tlb_unshare_pmd_ptdesc()
841 if (tlb->fully_unshared_tables) { in tlb_flush_unshared_tables()
843 tlb->fully_unshared_tables = false; in tlb_flush_unshared_tables()
/linux/mm/
H A Dmmu_gather.c430 tlb->fully_unshared_tables = 0; in __tlb_gather_mmu()
502 VM_WARN_ON_ONCE(tlb->fully_unshared_tables); in tlb_finish_mmu()