Lines Matching full:architecture
109 * And allows the architecture to provide and implement tlb_flush():
127 * If an architecture does not provide tlb_flush() a default implementation
138 * This might be useful if your architecture has size specific TLB
146 * Useful if your architecture has non-page page directories.
148 * When used, an architecture is expected to provide __tlb_remove_table()
156 * Useful if your architecture doesn't use IPIs for remote TLB invalidates
161 * Use this if your architecture lacks an efficient flush_tlb_range().
170 * This is useful if your architecture already flushes TLB entries in the
192 * Without MMU_GATHER_TABLE_FREE the architecture is assumed to have page based
201 * This allows an architecture that does not use the linux page-tables for
340 * When an architecture does not have efficient means of range flushing TLBs
368 * When an architecture does not provide its own tlb_flush() implementation
611 * So if we ever find an architecture
613 * architecture to do its own odd thing, not cause pain for others