Home
last modified time | relevance | path

Searched refs:poisoned (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt28 READ_AFTER_FREE call trace:|Memory correctly poisoned
30 READ_BUDDY_AFTER_FREE call trace:|Memory correctly poisoned
/linux/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline17 The page must be still accessible, not poisoned. The
35 to access this page assuming it's poisoned by the
H A Dsysfs-kernel-slab386 The poison file specifies whether objects should be poisoned
H A Dsysfs-bus-cxl596 list consists of addresses that are poisoned, or would result
/linux/drivers/usb/core/
H A Durb.c135 if (unlikely(anchor->poisoned)) in usb_anchor_urb()
857 anchor->poisoned = 1; in usb_poison_anchored_urbs()
893 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst20 一个页面"poisoned",杀死与之相关的进程,并避免在未来使用它。
/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst205 After entering the kernel, the kernel could use the poisoned branch
214 The kernel can protect itself against consuming poisoned branch
265 a deeper call stack. Any poisoned entries in the return stack buffer
289 for indirect branches to bypass the poisoned branch target buffer,
311 stack buffer. Such poisoned entries could be used to influence
537 This protects them from consuming poisoned entries in the branch
572 poisoned entries in branch target buffer left by rogue guests. It also
574 stack buffer underflow so poisoned branch target buffer could be used,
575 or attacker guests leaving poisoned entries in the return stack buffer.
H A Drsb.rst53 poisoned RSB entries using an RSB filling sequence
138 On AMD, poisoned RSB entries can also be created by the AMD RETBleed
162 to using a poisoned BTB entry.
/linux/include/linux/
H A Dusb.h1431 unsigned int poisoned:1; member
/linux/kernel/bpf/
H A Dverifier.c235 bool poisoned = bpf_map_key_poisoned(aux); in bpf_map_key_store() local
238 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()