Home
last modified time | relevance | path

Searched refs:count_vm_tlb_event (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dtlb.c110 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in flush_tlb_func()
143 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in native_flush_tlb_others()
169 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_current_task()
225 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_mm_range()
230 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ONE); in flush_tlb_mm_range()
274 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in do_flush_tlb_all()
282 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in flush_tlb_all()
/linux-4.4.14/arch/x86/include/asm/
Dtlbflush.h134 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ONE); in __flush_tlb_one()
165 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in __flush_tlb_up()
171 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_all()
/linux-4.4.14/include/linux/
Dvmstat.h91 #define count_vm_tlb_event(x) count_vm_event(x) macro
94 #define count_vm_tlb_event(x) do {} while (0) macro
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dgeneric.c751 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in prepare_set()
765 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in post_set()
/linux-4.4.14/mm/
Drmap.c599 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in percpu_flush_tlb_batch_pages()