Home
last modified time | relevance | path

Searched defs:poison (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/kern/
H A Dsubr_poison.c61 uint32_t poison; in poison_mem() local
77 uint32_t poison; in poison_check() local
H A Dsubr_tree.c622 _rb_poison(const struct rb_type *t, void *node, unsigned long poison) in _rb_poison()
631 _rb_check(const struct rb_type *t, void *node, unsigned long poison) in _rb_check()
H A Dsubr_pool.c1932 int poison = pool_debug && pp->pr_size > sizeof(*ci); in pool_cache_put() local
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_lrc.c789 u32 poison; member
854 const u32 poison[] = { in live_lrc_timestamp() local
950 static u32 safe_poison(u32 offset, u32 poison) in safe_poison()
1135 static struct i915_vma *load_context(struct intel_context *ce, u32 poison) in load_context()
1208 static int poison_registers(struct intel_context *ce, u32 poison, u32 *sema) in poison_registers()
1265 u32 poison) in compare_isolation()
1401 static int __lrc_isolation(struct intel_engine_cs *engine, u32 poison) in __lrc_isolation()
1511 const u32 poison[] = { in live_lrc_isolation() local
/openbsd/lib/libc/gen/
H A Dtree.c637 _rb_poison(const struct rb_type *t, void *node, unsigned long poison) in _rb_poison()
647 _rb_check(const struct rb_type *t, void *node, unsigned long poison) in _rb_check()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp67 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { in AsanPoisonOrUnpoisonIntraObjectRedzone()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli883 val poison : lltype -> llvalue val
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_priv.h976 atomic_t poison; member