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.h380 unsigned int fully_unshared_tables : 1; member
811 tlb->fully_unshared_tables = true; in tlb_unshare_pmd_ptdesc()
842 if (tlb->fully_unshared_tables) { in tlb_flush_unshared_tables()
844 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()