Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dtlb.c546 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_func_common()
570 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in flush_tlb_func_remote()
577 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in native_flush_tlb_others()
666 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in do_flush_tlb_all()
672 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in flush_tlb_all()
/Linux-v4.19/include/linux/
Dvmstat.h112 #define count_vm_tlb_event(x) count_vm_event(x) macro
115 #define count_vm_tlb_event(x) do {} while (0) macro
/Linux-v4.19/arch/x86/include/asm/
Dtlbflush.h487 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ONE); in __flush_tlb_one_kernel()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dgeneric.c754 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in prepare_set()
768 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in post_set()