Home
last modified time | relevance | path

Searched full:utlb (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/
H A Dpipeline.json322 … "BriefDescription": "Loads blocked because address in not in the UTLB (Precise event capable)",
328 …nts loads blocked because they are unable to find their physical address in the micro TLB (UTLB).",
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Driscv,pmu.yaml145 /* LL_READ_MISS -> UTLB miss */
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/
H A Dpipeline.json377 … "BriefDescription": "Loads blocked because address in not in the UTLB (Precise event capable)",
384 …nts loads blocked because they are unable to find their physical address in the micro TLB (UTLB).",
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/
H A Dcache.json103 "BriefDescription": "Loads missed UTLB",
107 "PublicDescription": "This event counts the number of load ops retired that had UTLB miss.",
/freebsd/lib/libpmc/
H A Dpmc.atomsilvermont.3276 The number of load ops retired that had UTLB miss.
H A Dpmc.atom.3496 The number of loads that missed the UTLB.
/freebsd/sys/x86/x86/
H A Didentcpu.c2178 printf("uTLB: 4KByte pages, 8-way set associative, 64 entries\n"); in print_INTEL_TLB()