Lines Matching full:of
7 * modify it under the terms of the GNU Lesser General Public
9 * version 2.1 of the License, or (at your option) any later version.
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * You should have received a copy of the GNU Lesser General Public
41 * @mmu_idx: mmu index of the tlb to modify
42 * @addr: virtual address of the entry to add
43 * @full: the details of the tlb entry
45 * Add an entry to @cpu tlb index @mmu_idx. All of the fields of
47 * the complete description of the translated page.
63 * @addr: virtual address of page to add entry for
64 * @paddr: physical address of the page
68 * @size: size of the page in bytes
90 * with an @attrs argument of MEMTXATTRS_UNSPECIFIED. It's provided
101 * @addr: virtual address of page to be flushed
103 * Flush one page from the TLB of the specified CPU, for all
110 * @cpu: src CPU of the flush
111 * @addr: virtual address of page to be flushed
113 * Flush one page from the TLB of all CPUs, for all
128 * use one of the other functions for efficiency.
134 * @cpu: src CPU of the flush
146 * @addr: virtual address of page to be flushed
147 * @idxmap: bitmap of MMU indexes to flush
149 * Flush one page from the TLB of the specified CPU, for the specified
157 * @cpu: Originating CPU of the flush
158 * @addr: virtual address of page to be flushed
159 * @idxmap: bitmap of MMU indexes to flush
161 * Flush one page from the TLB of all CPUs, for the specified
174 * @idxmap: bitmap of MMU indexes to flush
176 * Flush all entries from the TLB of the specified CPU, for the specified
183 * @cpu: Originating CPU of the flush
184 * @idxmap: bitmap of MMU indexes to flush
186 * Flush all entries from the TLB of all CPUs, for the specified
197 * @addr: virtual address of page to be flushed
198 * @idxmap: bitmap of mmu indexes to flush
199 * @bits: number of significant bits in address
201 * Similar to tlb_flush_page_mask, but with a bitmap of indexes.
214 * @addr: virtual address of the start of the range to be flushed
215 * @len: length of range to be flushed
216 * @idxmap: bitmap of mmu indexes to flush
217 * @bits: number of significant bits in address
220 * comparing only the low @bits worth of each virtual page.