Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/mm/
Dtlb.c767 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in flush_tlb_func()
887 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in flush_tlb_func()
917 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in native_flush_tlb_multi()
1046 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED); in do_flush_tlb_all()
1052 count_vm_tlb_event(NR_TLB_REMOTE_FLUSH); in flush_tlb_all()
1113 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ONE); in flush_tlb_one_kernel()
/Linux-v6.6/include/linux/
Dvmstat.h121 #define count_vm_tlb_event(x) count_vm_event(x) macro
124 #define count_vm_tlb_event(x) do {} while (0) macro
/Linux-v6.6/arch/x86/kernel/cpu/
Dcacheinfo.c1095 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in cache_disable()
1109 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in cache_enable()