Lines Matching full:flush
10 * Flush all TLB entries on the local CPU.
18 * Flush TLB entries for a specific ASCE on all CPUs
27 /* Global TLB flush for the mm */ in __tlb_flush_idte()
34 * Flush all TLB entries on all CPUs.
44 * Flush TLB entries for a specific mm on all CPUs (in case gmap is used
52 * If the machine has IDTE we prefer to do a per mm flush in __tlb_flush_mm()
53 * on all cpus instead of doing a local flush if the mm in __tlb_flush_mm()
58 /* Reset TLB flush mask */ in __tlb_flush_mm()
67 /* Global TLB flush */ in __tlb_flush_mm()
106 * ptep_get_and_clear do not flush the TLBs directly if the mm has
108 * flush_tlb_range functions need to do the flush.