/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | l1d_flush.rst | 1 L1D Flushing 5 leaks from the Level 1 Data cache (L1D) the kernel provides an opt-in 6 mechanism to flush the L1D cache on context switch. 10 (snooping of) from the L1D cache. 34 When PR_SET_L1D_FLUSH is enabled for a task a flush of the L1D cache is 38 If the underlying CPU supports L1D flushing in hardware, the hardware 44 The kernel command line allows to control the L1D flush mitigations at boot 58 The mechanism does not mitigate L1D data leaks between tasks belonging to 66 **NOTE** : The opt-in of a task for L1D flushing works only when the task's 68 requested L1D flushing is scheduled on a SMT-enabled core the kernel sends
|
D | l1tf.rst | 97 share the L1 Data Cache (L1D) is important for this. As the flaw allows 98 only to attack data which is present in L1D, a malicious guest running 99 on one Hyperthread can attack the data which is brought into the L1D by 145 - L1D Flush mode: 148 'L1D vulnerable' L1D flushing is disabled 150 'L1D conditional cache flushes' L1D flush is conditionally enabled 152 'L1D cache flushes' L1D flush is unconditionally enabled 170 1. L1D flush on VMENTER 173 To make sure that a guest cannot attack data which is present in the L1D 174 the hypervisor flushes the L1D before entering the guest. [all …]
|
D | mds.rst | 168 If the L1D flush mitigation is enabled and up to date microcode is 169 available, the L1D flush mitigation is automatically protecting the 172 If the L1D flush mitigation is disabled then the MDS mitigation is
|
/linux-6.12.1/drivers/perf/ |
D | arm_v7_pmu.c | 177 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L1_DCACHE_ACCESS, 178 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L1_DCACHE_REFILL, 179 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L1_DCACHE_ACCESS, 180 [C(L1D)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_PERFCTR_L1_DCACHE_REFILL, 227 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L1_DCACHE_ACCESS, 228 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L1_DCACHE_REFILL, 229 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L1_DCACHE_ACCESS, 230 [C(L1D)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_PERFCTR_L1_DCACHE_REFILL, 264 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L1_DCACHE_ACCESS, 265 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L1_DCACHE_REFILL, [all …]
|
D | arm_pmuv3.c | 60 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV8_PMUV3_PERFCTR_L1D_CACHE, 61 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV8_PMUV3_PERFCTR_L1D_CACHE_REFILL, 84 [C(L1D)][C(OP_PREFETCH)][C(RESULT_MISS)] = ARMV8_A53_PERFCTR_PREF_LINEFILL, 95 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_RD, 96 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_REFILL_RD, 97 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_WR, 98 [C(L1D)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_REFILL_WR, 112 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_RD, 113 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_WR, 121 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV8_IMPDEF_PERFCTR_L1D_CACHE_RD, [all …]
|
D | arm_v6_pmu.c | 95 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV6_PERFCTR_DCACHE_ACCESS, 96 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = ARMV6_PERFCTR_DCACHE_MISS, 97 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV6_PERFCTR_DCACHE_ACCESS, 98 [C(L1D)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV6_PERFCTR_DCACHE_MISS,
|
D | arm_xscale_pmu.c | 73 [C(L1D)][C(OP_READ)][C(RESULT_ACCESS)] = XSCALE_PERFCTR_DCACHE_ACCESS, 74 [C(L1D)][C(OP_READ)][C(RESULT_MISS)] = XSCALE_PERFCTR_DCACHE_MISS, 75 [C(L1D)][C(OP_WRITE)][C(RESULT_ACCESS)] = XSCALE_PERFCTR_DCACHE_ACCESS, 76 [C(L1D)][C(OP_WRITE)][C(RESULT_MISS)] = XSCALE_PERFCTR_DCACHE_MISS,
|
D | riscv_pmu_sbi.c | 159 [C(L1D)] = { 162 C(OP_READ), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 164 C(OP_READ), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 168 C(OP_WRITE), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 170 C(OP_WRITE), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 174 C(OP_PREFETCH), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 176 C(OP_PREFETCH), C(L1D), SBI_PMU_EVENT_TYPE_CACHE, 0}},
|
/linux-6.12.1/arch/alpha/kernel/ |
D | setup.c | 1196 int L1I, L1D, L2, L3; in determine_cpu_caches() local 1206 L1D = L1I; in determine_cpu_caches() 1227 L1I = L1D = CSHAPE(8*1024, 5, 1); in determine_cpu_caches() 1242 L1I = L1D = CSHAPE(8*1024, 5, 1); in determine_cpu_caches() 1268 L1D = CSHAPE(8*1024, 5, 1); in determine_cpu_caches() 1271 L1D = CSHAPE(16*1024, 5, 1); in determine_cpu_caches() 1294 L1I = L1D = CSHAPE(64*1024, 6, 2); in determine_cpu_caches() 1301 L1I = L1D = CSHAPE(64*1024, 6, 2); in determine_cpu_caches() 1308 L1I = L1D = L2 = L3 = 0; in determine_cpu_caches() 1313 alpha_l1d_cacheshape = L1D; in determine_cpu_caches()
|
/linux-6.12.1/arch/powerpc/perf/ |
D | e6500-pmu.c | 36 [C(L1D)] = {
|
D | e500-pmu.c | 39 [C(L1D)] = { /* RESULT_ACCESS RESULT_MISS */
|
D | power10-pmu.c | 359 [C(L1D)] = { 460 [C(L1D)] = {
|
D | mpc7450-pmu.c | 366 [C(L1D)] = { /* RESULT_ACCESS RESULT_MISS */
|
D | generic-compat-pmu.c | 186 [ C(L1D) ] = {
|
D | power8-pmu.c | 267 [ C(L1D) ] = {
|
D | ppc970-pmu.c | 439 [C(L1D)] = { /* RESULT_ACCESS RESULT_MISS */
|
D | power7-pmu.c | 340 [C(L1D)] = { /* RESULT_ACCESS RESULT_MISS */
|
/linux-6.12.1/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 1010 [C(L1D)] = { 1091 [C(L1D)] = { 1166 [C(L1D)] = { 1206 [C(L1D)] = { 1261 [C(L1D)] = { 1324 [C(L1D)] = { 1377 [C(L1D)] = { 1435 [C(L1D)] = {
|
/linux-6.12.1/arch/x86/events/zhaoxin/ |
D | core.c | 51 [C(L1D)] = { 155 [C(L1D)] = {
|
/linux-6.12.1/arch/sh/kernel/cpu/sh4/ |
D | perf_event.c | 91 [ C(L1D) ] = {
|
/linux-6.12.1/arch/sh/kernel/cpu/sh4a/ |
D | perf_event.c | 116 [ C(L1D) ] = {
|
/linux-6.12.1/arch/x86/events/intel/ |
D | p6.c | 28 [ C(L1D) ] = {
|
D | knc.c | 26 [ C(L1D) ] = {
|
/linux-6.12.1/Documentation/userspace-api/ |
D | spec_ctrl.rst | 110 - PR_SPEC_L1D_FLUSH: Flush L1D Cache on context switch out of the task
|
/linux-6.12.1/arch/sparc/kernel/ |
D | perf_event.c | 221 [C(L1D)] = { 359 [C(L1D)] = { 494 [C(L1D)] = { 631 [C(L1D)] = {
|