Searched refs:malicious (Results 1 – 25 of 52) sorted by relevance
123
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_vf_mbx.c | 328 if (is_malvf && !vf_info->malicious) { in ice_mbx_vf_state_handler() 329 vf_info->malicious = 1; in ice_mbx_vf_state_handler() 345 vf_info->malicious = 0; in ice_mbx_clear_malvf()
|
D | ice_type.h | 820 u8 malicious : 1; member
|
/linux-6.12.1/drivers/virt/coco/sev-guest/ |
D | Kconfig | 11 the PSP without risk from a malicious hypervisor who wishes to read,
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | l1tf.rst | 55 opportunity for side channel attacks to unprivileged malicious code, 72 PTE which is marked non present. This allows a malicious user space 84 malicious user space applications. 89 The fact that L1TF breaks all domain protections allows malicious guest 90 OSes, which can control the PTEs directly, and malicious guest user 98 only to attack data which is present in L1D, a malicious guest running 161 The kernel is unconditionally protected against L1TF attacks from malicious 177 by a potentially malicious guest, it also flushes the guest 518 further, but still allows a malicious guest to explore a limited amount 582 - PTE inversion to protect against malicious user space. This is done
|
D | multihit.rst | 8 or cache type. A malicious guest running on a virtualized system can 62 Attacks against the iTLB multihit erratum can be mounted from malicious
|
D | tsx_async_abort.rst | 61 The victim of a malicious actor does not need to make use of TSX. Only the 77 a result, the malicious actor has to sample as much data as possible and 255 might allow a malicious actor to leak data from the host or from other
|
D | mds.rst | 53 incorrect program execution or state changes. But a malicious operation 67 Attacks against the MDS vulnerabilities can be mounted from malicious non- 213 for malicious user space. The exposure can be disabled on the kernel
|
D | reg-file-data-sampling.rst | 7 a malicious actor to infer data values previously used in floating point
|
D | gather_data_sampling.rst | 15 destination vector register instead. This will allow a malicious attacker to
|
D | spectre.rst | 128 (BTB) may be shared between hardware threads in a CPU core. A malicious 232 A malicious user process can try to attack another user process, 538 target buffer left by malicious software.
|
/linux-6.12.1/Documentation/virt/hyperv/ |
D | coco.rst | 73 protect itself against a potentially malicious paravisor just like it 74 protects against a potentially malicious guest. 148 * Interrupt injection. In fully enlightened mode, a malicious hypervisor 174 includes a compromised and potentially malicious host, the guest must guard 196 validate the data before acting on it so that a malicious host cannot induce 203 to protect against a malicious host. See hv_pkt_iter_first().
|
/linux-6.12.1/Documentation/driver-api/mmc/ |
D | mmc-dev-parts.rst | 40 not accessible through sysfs in order to avoid accidental or malicious
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-devices-xenbus | 40 basis and is known not to be malicious on purpose. Raising
|
/linux-6.12.1/fs/verity/ |
D | Kconfig | 33 protection against malicious disks vs. an ahead-of-time hash.
|
/linux-6.12.1/drivers/firmware/efi/ |
D | Kconfig | 208 kernel. System firmware may configure the IOMMU to prevent malicious 217 any malicious PCI devices from being able to perform DMA until the 278 This mechanism helps prevent malicious hosts from making changes
|
/linux-6.12.1/Documentation/security/ |
D | snp-tdx-threat-model.rst | 133 malicious, but that there exists a security value in having a small CoCo 216 * - Guest malicious configuration 248 providing a malicious time to the guest or the entropy to the guest
|
/linux-6.12.1/Documentation/security/keys/ |
D | ecryptfs.rst | 37 threats of malicious software, because it is available in clear form only at
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 72 malicious devices to this port.
|
/linux-6.12.1/Documentation/arch/x86/ |
D | mds.rst | 112 data cannot be controlled in a way which allows exploitation from malicious 200 flushed either on exit to user space or on VMENTER so malicious code
|
D | buslock.rst | 128 malicious or just badly written.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | syscall-user-dispatch.rst | 88 malicious application to subvert the mechanism by jumping to an allowed
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | dm-integrity.rst | 161 Protect sector numbers in the journal from accidental or malicious 163 crc algorithm, to protect against malicious modification, use a
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 145 bool malicious; /* true if FW indicated so, until FLR */ member
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | igb.rst | 164 When a malicious driver attempts to send a spoofed packet, it is dropped by the
|
D | ice.rst | 66 support SR-IOV, the virtual function (VF) may be subject to malicious behavior. 73 unexpected, and potentially malicious, frames to be dropped. 614 malicious traffic from the VF and disable Tx/Rx queues or drop the offending 634 When a malicious driver on a Virtual Function (VF) interface attempts to send a
|
123