Searched refs:poisoned (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-devices-node | 190 The total number of raw poisoned pages (pages containing 197 Of the raw poisoned pages on a NUMA node, how many pages are 206 Of the raw poisoned pages on a NUMA node, how many pages are 214 Of the raw poisoned pages on a NUMA node, how many pages are 215 delayed by memory error recovery attempt. Delayed poisoned 222 Of the raw poisoned pages on a NUMA node, how many pages are
|
/linux-6.3-rc2/tools/testing/selftests/lkdtm/ |
A D | tests.txt | 23 READ_AFTER_FREE call trace:|Memory correctly poisoned 25 READ_BUDDY_AFTER_FREE call trace:|Memory correctly poisoned
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-memory-page-offline | 17 The page must be still accessible, not poisoned. The 35 to access this page assuming it's poisoned by the
|
A D | sysfs-kernel-slab | 383 The poison file specifies whether objects should be poisoned
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | urb.c | 136 if (unlikely(anchor->poisoned)) in usb_anchor_urb() 868 anchor->poisoned = 1; in usb_poison_anchored_urbs() 904 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | hwpoison.rst | 20 一个页面"poisoned",杀死与之相关的进程,并避免在未来使用它。
|
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | spectre.rst | 206 After entering the kernel, the kernel could use the poisoned branch 215 The kernel can protect itself against consuming poisoned branch 266 a deeper call stack. Any poisoned entries in the return stack buffer 290 for indirect branches to bypass the poisoned branch target buffer, 312 stack buffer. Such poisoned entries could be used to influence 514 This protects them from consuming poisoned entries in the branch 549 poisoned entries in branch target buffer left by rogue guests. It also 551 stack buffer underflow so poisoned branch target buffer could be used, 552 or attacker guests leaving poisoned entries in the return stack buffer.
|
/linux-6.3-rc2/Documentation/mm/ |
A D | hwpoison.rst | 9 (``MCA recovery``). This requires the OS to declare a page "poisoned", 42 a new page poison bit and various checks in the VM to handle poisoned
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kmsan.rst | 134 When a new variable is allocated on the stack, it is poisoned by default by 137 ``__GFP_ZERO`` is also poisoned. 174 If a poisoned value is written into memory, its origin is written to the 310 ``__msan_warning()`` in the case that value is poisoned::
|
/linux-6.3-rc2/include/linux/ |
A D | usb.h | 1389 unsigned int poisoned:1; member
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | libata.rst | 508 2. ``ap->active_tag`` and ``qc->tag`` are poisoned.
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 234 bool poisoned = bpf_map_key_poisoned(aux); in bpf_map_key_store() local 237 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()
|
Completed in 55 milliseconds