/linux/Documentation/admin-guide/hw-vuln/ |
H A D | spectre.rst | 7 and speculative execution on modern CPUs to read memory, possibly 18 use branch prediction and speculative execution. 53 CPUs use speculative operations to improve performance. That may leave 56 influence the speculative execution paths, and then use the side effects 57 of the speculative execution in the CPUs' caches and buffers to infer 58 privileged data touched during the speculative execution. 60 Spectre variant 1 attacks take advantage of speculative execution of 61 conditional branches, while Spectre variant 2 attacks use speculative 70 of speculative execution that bypasses conditional branch instructions 74 done speculatively before validation checks resolve. Such speculative [all …]
|
H A D | srso.rst | 6 This is a mitigation for the speculative return stack overflow (SRSO) 22 control the speculative target of a subsequent kernel RET, potentially 23 leading to information disclosure via a speculative side-channel.
|
H A D | mds.rst | 5 unprivileged speculative access to data which is available in various CPU 54 may be able to forward this speculative data to a disclosure gadget which
|
H A D | tsx_async_abort.rst | 6 TAA is a hardware vulnerability that allows unprivileged speculative access to 29 microprocessors utilizing speculative execution may
|
H A D | gather_data_sampling.rst | 7 speculative access to data which was previously stored in vector registers.
|
H A D | l1tf.rst | 5 speculative access to data which is available in the Level 1 Data Cache 48 then speculative execution ignores the invalid PTE and loads the referenced 52 While this is a purely speculative mechanism and the instruction will raise 54 data and making it available to other speculative instructions opens up the
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-most | 59 creation of the link. In case of speculative 114 creation of the link. In case of speculative 169 creation of the link. In case of speculative 235 creation of the link. In case of speculative
|
/linux/arch/alpha/lib/ |
H A D | ev67-strchr.S | 59 cttz t0, a2 # U0 : speculative (in case we get a match) 76 cttz t3, a2 # U0 : speculative (in case we get a match)
|
H A D | ev6-memset.S | 166 addq $5, 128, $4 # E : speculative target of next wh64 344 addq $5, 128, $4 # E : speculative target of next wh64 532 addq $5, 128, $4 # E : speculative target of next wh64
|
/linux/Documentation/staging/ |
H A D | speculation.rst | 11 employ speculative execution techniques such as branch prediction, performing 14 Typically speculative execution cannot be observed from architectural state,
|
/linux/kernel/bpf/ |
H A D | Kconfig | 62 Enables BPF JIT and removes BPF interpreter to avoid speculative 85 speculative execution side-channel vulnerabilities on unmitigated
|
H A D | verifier.c | 1651 dst_state->speculative = src->speculative; in copy_verifier_state() 1919 bool speculative) in push_stack() argument 1938 elem->st.speculative |= speculative; in push_stack() 13682 if (vstate->speculative) in sanitize_ptr_alu() 13761 if (!vstate->speculative) in sanitize_mark_insn_seen() 18252 if (old->speculative && !cur->speculative) in states_equal() 18983 env->cur_state->speculative ? in do_check() 19007 env->cur_state->speculative ? in do_check() 22177 state->speculative = false; in do_check_common()
|
/linux/arch/sh/ |
H A D | Kconfig.cpu | 69 This enables support for a speculative instruction fetch for
|
/linux/Documentation/driver-api/mmc/ |
H A D | mmc-async-req.rst | 10 It depends. Fast eMMC and multiple cache levels with speculative cache
|
/linux/Documentation/filesystems/ext4/ |
H A D | allocators.rst | 21 unused speculative allocations are of course freed, but if the
|
/linux/drivers/staging/most/Documentation/ |
H A D | driver_usage.txt | 154 case of speculative configuration, the creation is post-poned until 175 In case of speculative configuration, the creation is post-poned
|
/linux/arch/x86/ |
H A D | Kconfig | 2518 vulnerabilities (usually related to speculative execution). 2541 bool "Avoid speculative indirect branches in kernel" 2546 kernel-to-user data leaks by avoiding speculative indirect 2616 bool "Mitigate speculative RAS overflow on AMD" 2638 vulnerability which allows unprivileged speculative access to data 2649 allows unprivileged speculative access to stale data previously 2669 a hardware vulnerability which allows unprivileged speculative access 2679 vulnerability that allows unprivileged speculative access to data 2702 hardware vulnerability which allows unprivileged speculative access to data 2712 with Return Instructions) vulnerability. RETBleed is a speculative [all …]
|
/linux/include/linux/ |
H A D | bpf_verifier.h | 429 bool speculative; member
|
/linux/arch/s390/ |
H A D | Kconfig | 583 regard to speculative execution. 596 prompt "Avoid speculative indirect branches in the kernel" 599 against kernel-to-user data leaks by avoiding speculative indirect
|
/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 394 유예, 메모리 오퍼레이션들의 조합, 예측적 로드(speculative load), 브랜치 395 예측(speculative branch prediction), 다양한 종류의 캐싱(caching) 등의 다양한
|
/linux/tools/testing/selftests/bpf/ |
H A D | README.rst | 145 verifier to understand such speculative pointer arithmetic.
|
/linux/fs/afs/ |
H A D | inode.c | 398 if (vp->speculative && in afs_vnode_commit_status()
|
H A D | internal.h | 851 bool speculative:1; /* T if speculative status fetch (no vnode lock) */ member
|
/linux/Documentation/admin-guide/ |
H A D | xfs.rst | 284 with unused speculative preallocation runs. The scan
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 307 * No speculative operations - the CPU may not issue a read or write to this
|