Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dtlb.c112 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in flush_tlb_func()
142 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in native_flush_tlb_others()
162 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_current_task()
218 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_mm_range()
223 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ONE); in flush_tlb_mm_range()
267 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in do_flush_tlb_all()
275 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in flush_tlb_all()
/linux-4.1.27/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.1.27/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.1.27/arch/x86/kernel/cpu/mtrr/
Dgeneric.c686 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in prepare_set()
700 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in post_set()