Lines Matching full:tlb
2 * Common CPU TLB handling
41 * @mmu_idx: mmu index of the tlb to modify
43 * @full: the details of the tlb entry
45 * Add an entry to @cpu tlb index @mmu_idx. All of the fields of
62 * @cpu: CPU to add this TLB entry for
67 * @mmu_idx: MMU index to insert TLB entry for
70 * Add an entry to this CPU's TLB (a mapping from virtual address
76 * which provoked the TLB miss.
100 * @cpu: CPU whose TLB should be flushed
103 * Flush one page from the TLB of the specified CPU, for all
113 * Flush one page from the TLB of all CPUs, for all
123 * @cpu: CPU whose TLB should be flushed
125 * Flush the entire TLB for the specified CPU. Most CPU architectures
126 * allow the implementation to drop entries from the TLB at any time
136 * Flush the entire TLB for all CPUs, for all MMU indexes.
145 * @cpu: CPU whose TLB should be flushed
149 * Flush one page from the TLB of the specified CPU, for the specified
161 * Flush one page from the TLB of all CPUs, for the specified
172 * @cpu: CPU whose TLB should be flushed
176 * Flush all entries from the TLB of the specified CPU, for the specified
186 * Flush all entries from the TLB of all CPUs, for the specified
196 * @cpu: CPU whose TLB should be flushed
213 * @cpu: CPU whose TLB should be flushed