Lines Matching full:architecture
116 * And allows the architecture to provide and implement tlb_flush():
134 * If an architecture does not provide tlb_flush() a default implementation
145 * This might be useful if your architecture has size specific TLB
153 * Useful if your architecture has non-page page directories.
155 * When used, an architecture is expected to provide __tlb_remove_table() or
164 * Useful if your architecture doesn't use IPIs for remote TLB invalidates
169 * Indicates the architecture has flush_cache_range() but it needs *NOT* be called
178 * Indicates the architecture wants to merge ranges over VMAs; typical when
183 * Use this if your architecture lacks an efficient flush_tlb_range(). This
193 * This is useful if your architecture already flushes TLB entries in the
225 * Without MMU_GATHER_TABLE_FREE the architecture is assumed to have page based
239 * This allows an architecture that does not use the linux page-tables for
412 * When an architecture does not have efficient means of range flushing TLBs
429 * When an architecture does not provide its own tlb_flush() implementation
692 * So if we ever find an architecture
694 * architecture to do its own odd thing, not cause pain for others