| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_timeline.c | 54 hwsp_alloc(struct intel_timeline *timeline, unsigned int *cacheline) in hwsp_alloc() argument 92 *cacheline = __ffs64(hwsp->free_bitmap); in hwsp_alloc() 93 hwsp->free_bitmap &= ~BIT_ULL(*cacheline); in hwsp_alloc() 103 static void __idle_hwsp_free(struct intel_timeline_hwsp *hwsp, int cacheline) in __idle_hwsp_free() argument 114 GEM_BUG_ON(cacheline >= BITS_PER_TYPE(hwsp->free_bitmap)); in __idle_hwsp_free() 115 hwsp->free_bitmap |= BIT_ULL(cacheline); in __idle_hwsp_free() 159 cacheline_alloc(struct intel_timeline_hwsp *hwsp, unsigned int cacheline) in cacheline_alloc() argument 164 GEM_BUG_ON(cacheline >= BIT(CACHELINE_BITS)); in cacheline_alloc() 178 cl->vaddr = page_pack_bits(vaddr, cacheline); in cacheline_alloc() 223 unsigned int cacheline; in intel_timeline_init() local [all …]
|
| D | intel_engine.h | 293 #define cacheline(a) round_down(a, CACHELINE_BYTES) in assert_ring_tail_valid() macro 294 GEM_BUG_ON(cacheline(tail) == cacheline(ring->head) && in assert_ring_tail_valid() 296 #undef cacheline in assert_ring_tail_valid()
|
| D | selftest_timeline.c | 67 unsigned long cacheline; in __mock_hwsp_timeline() local 74 cacheline = hwsp_cacheline(tl); in __mock_hwsp_timeline() 75 err = radix_tree_insert(&state->cachelines, cacheline, tl); in __mock_hwsp_timeline() 79 cacheline); in __mock_hwsp_timeline()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-c2c.txt | 20 you to track down the cacheline contentions. 82 Specify sorting fields for single cacheline display. 116 The perf c2c record command setup options related to HITM cacheline analysis 148 - sort all the data based on the cacheline address 149 - store access details for each cacheline 155 2) offsets details for each cacheline 157 For each cacheline in the 1) list we display following data: 161 - zero based index to identify the cacheline 164 - cacheline address (hex number) 170 - cacheline percentage of all Remote/Local HITM accesses [all …]
|
| D | tips.txt | 37 To report cacheline events from previous recording: perf c2c report
|
| D | perf-report.txt | 150 - dcacheline: the cacheline the data address is on at the time of the sample
|
| /Linux-v5.4/drivers/soc/qcom/ |
| D | smem.c | 153 __le32 cacheline; member 269 size_t cacheline[SMEM_HOST_COUNT]; member 287 size_t cacheline) in phdr_to_first_cached_entry() argument 292 return p + le32_to_cpu(phdr->size) - ALIGN(sizeof(*e), cacheline); in phdr_to_first_cached_entry() 321 cached_entry_next(struct smem_private_entry *e, size_t cacheline) in cached_entry_next() argument 325 return p - le32_to_cpu(e->size) - ALIGN(sizeof(*e), cacheline); in cached_entry_next() 513 size_t cacheline, in qcom_smem_get_private() argument 539 e = phdr_to_first_cached_entry(phdr, cacheline); in qcom_smem_get_private() 554 e = cached_entry_next(e, cacheline); in qcom_smem_get_private() 597 cacheln = __smem->cacheline[host]; in qcom_smem_get() [all …]
|
| /Linux-v5.4/include/asm-generic/ |
| D | vmlinux.lds.h | 883 #define PERCPU_INPUT(cacheline) \ argument 888 . = ALIGN(cacheline); \ 890 . = ALIGN(cacheline); \ 920 #define PERCPU_VADDR(cacheline, vaddr, phdr) \ argument 923 PERCPU_INPUT(cacheline) \ 939 #define PERCPU_SECTION(cacheline) \ argument 943 PERCPU_INPUT(cacheline) \ 965 #define RW_DATA_SECTION(cacheline, pagealigned, inittask) \ argument 971 CACHELINE_ALIGNED_DATA(cacheline) \ 972 READ_MOSTLY_DATA(cacheline) \
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | bset.c | 527 unsigned int cacheline, in cacheline_to_bkey() argument 530 return ((void *) t->data) + cacheline * BSET_CACHELINE + offset * 8; in cacheline_to_bkey() 539 unsigned int cacheline, in bkey_to_cacheline_offset() argument 542 return (u64 *) k - (u64 *) cacheline_to_bkey(t, cacheline, 0); in bkey_to_cacheline_offset() 559 static struct bkey *table_to_bkey(struct bset_tree *t, unsigned int cacheline) in table_to_bkey() argument 561 return cacheline_to_bkey(t, cacheline, t->prev[cacheline]); in table_to_bkey() 696 unsigned int j, cacheline = 1; in bch_bset_build_written_tree() local 717 while (bkey_to_cacheline(t, k) < cacheline) in bch_bset_build_written_tree() 721 t->tree[j].m = bkey_to_cacheline_offset(t, cacheline++, k); in bch_bset_build_written_tree()
|
| /Linux-v5.4/drivers/lightnvm/ |
| D | pblk-rb.c | 140 entry->cacheline = pblk_cacheline_to_addr(init_entry++); in pblk_rb_init() 146 entry->cacheline = pblk_cacheline_to_addr(init_entry++); in pblk_rb_init() 260 entry->cacheline); in __pblk_rb_update_l2p() 353 pblk_update_map_cache(pblk, w_ctx.lba, entry->cacheline); in pblk_rb_write_entry_user() 377 if (!pblk_update_map_gc(pblk, w_ctx.lba, entry->cacheline, line, paddr)) in pblk_rb_write_entry_gc()
|
| D | pblk-write.c | 166 if (!pblk_ppa_comp(ppa_l2p, entry->cacheline)) in pblk_prepare_resubmit()
|
| D | pblk.h | 149 struct ppa_addr cacheline; /* Cacheline for this entry */ member
|
| /Linux-v5.4/scripts/gcc-plugins/ |
| D | Kconfig | 102 bool "Use cacheline-aware structure randomization" 107 best effort at restricting randomization to cacheline-sized
|
| /Linux-v5.4/kernel/ |
| D | Kconfig.hz | 14 contention and cacheline bounces as a result of timer interrupts.
|
| /Linux-v5.4/Documentation/sparc/ |
| D | adi.rst | 35 size is same as cacheline size which is 64 bytes. A task that sets ADI 103 the corresponding cacheline, a memory corruption trap occurs. By 123 the corresponding cacheline, a memory corruption trap occurs. If
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | prom_irqtrans.c | 355 static unsigned char cacheline[64] in tomatillo_wsync_handler() local 366 "i" (FPRS_FEF), "r" (&cacheline[0]), in tomatillo_wsync_handler()
|
| D | cherrs.S | 203 sub %g1, %g2, %g1 ! Move down 1 cacheline 215 subcc %g1, %g2, %g1 ! Next cacheline
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | perf_asm.S | 132 ; Cacheline start (32-byte cacheline) 145 ; Cacheline start (32-byte cacheline)
|
| /Linux-v5.4/Documentation/locking/ |
| D | mutex-design.rst | 55 cacheline bouncing that common test-and-set spinlock implementations
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | edac.rst | 46 lockstep is enabled, the cacheline is doubled, but it generally brings
|
| /Linux-v5.4/tools/perf/util/ |
| D | Build | 4 perf-y += cacheline.o
|
| /Linux-v5.4/Documentation/networking/device_drivers/amazon/ |
| D | ena.txt | 24 and CPU cacheline optimized data placement.
|
| /Linux-v5.4/drivers/edac/ |
| D | Kconfig | 96 - inject_section (0..3, 16-byte section of 64-byte cacheline),
|
| /Linux-v5.4/Documentation/ |
| D | DMA-API-HOWTO.txt | 137 buffers were cacheline-aligned. Without that, you'd see cacheline
|
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic7xxx.seq | 754 * We fetch a "cacheline aligned" and sized amount of data 758 * cacheline size is unknown. 795 * If the ending address is on a cacheline boundary,
|