Searched refs:prefetches (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.c | 100 struct prefetch_set prefetches; member 181 prefetch_init(&tm->prefetches); in dm_tm_create() 341 prefetch_add(&tm->real->prefetches, b); in dm_tm_read_lock() 455 prefetch_issue(&tm->prefetches, tm->bm); in dm_tm_issue_prefetches()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | power8-pmu.c | 136 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF); 140 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_WRITE); 144 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
|
H A D | power9-pmu.c | 179 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF); 183 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_WRITE); 186 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
|
H A D | power10-pmu.c | 135 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_LD_PREFETCH_CACHE_LINE_MISS); 139 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_REQ); 142 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PF_MISS_L3);
|
/openbmc/linux/Documentation/powerpc/ |
H A D | dscr.rst | 8 control of the prefetches . This document here provides an overview of kernel
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.l | 172 lc_op_result (load|loads|read|store|stores|write|prefetch|prefetches|speculative-read|speculative-l…
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/ |
H A D | 0001-newlib-memcpy-remove-optimized-version.patch | 160 - copies 64 bytes per iteration and prefetches one iteration ahead. */
|