Searched defs:tlb (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | tlb.h | 30 #define tlb_fast_mode(tlb) ((tlb)->nr == ~0U) argument 33 #define tlb_fast_mode(tlb) 1 argument 56 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers); in tlb_gather_mmu() local 69 tlb_flush_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_flush_mmu() 86 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 101 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 120 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument 126 #define pte_free_tlb(tlb, ptep) \ argument 133 #define pud_free_tlb(tlb, pudp) \ argument 140 #define pmd_free_tlb(tlb, pmdp) \ argument
|
D | 4level-fixup.h | 26 #define pud_free_tlb(tlb, x) do { } while (0) argument 28 #define __pud_free_tlb(tlb, x) do { } while (0) argument
|
D | pgtable-nopud.h | 55 #define __pud_free_tlb(tlb, x) do { } while (0) argument
|
/external/chromium/base/threading/ |
D | thread_local_unittest.cc | 146 base::ThreadLocalBoolean tlb; in TEST() local 158 base::ThreadLocalBoolean tlb; in TEST() local
|
/external/kernel-headers/original/asm-x86/ |
D | pgalloc_32.h | 52 #define __pte_free_tlb(tlb,pte) \ argument 64 #define __pmd_free_tlb(tlb,x) do { } while (0) argument
|
/external/kernel-headers/original/asm-arm/ |
D | procinfo.h | 40 struct cpu_tlb_fns *tlb; member
|
D | tlbflush.h | 16 #define tlb_flush(tlb) ((void) tlb) argument
|
/external/qemu/ |
D | monitor.c | 1350 static void print_tlb(Monitor *mon, int idx, tlb_t *tlb) in print_tlb()
|