Searched refs:poisoned (Results 1 – 9 of 9) sorted by relevance
22 READ_AFTER_FREE call trace:|Memory correctly poisoned24 READ_BUDDY_AFTER_FREE call trace:|Memory correctly poisoned
17 The page must be still accessible, not poisoned. The35 to access this page assuming it's poisoned by the
383 The poison file specifies whether objects should be poisoned
135 if (unlikely(anchor->poisoned)) in usb_anchor_urb()854 anchor->poisoned = 1; in usb_poison_anchored_urbs()890 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
193 After entering the kernel, the kernel could use the poisoned branch202 The kernel can protect itself against consuming poisoned branch253 a deeper call stack. Any poisoned entries in the return stack buffer277 for indirect branches to bypass the poisoned branch target buffer,299 stack buffer. Such poisoned entries could be used to influence483 This protects them from consuming poisoned entries in the branch516 poisoned entries in branch target buffer left by rogue guests. It also518 stack buffer underflow so poisoned branch target buffer could be used,519 or attacker guests leaving poisoned entries in the return stack buffer.
11 (``MCA recovery``). This requires the OS to declare a page "poisoned",44 a new page poison bit and various checks in the VM to handle poisoned
1369 unsigned int poisoned:1; member
519 2. ``ap->active_tag`` and ``qc->tag`` are poisoned.
225 bool poisoned = bpf_map_key_poisoned(aux); in bpf_map_key_store() local228 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()