Searched defs:poison (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/kern/ |
H A D | subr_poison.c | 61 uint32_t poison; in poison_mem() local 77 uint32_t poison; in poison_check() local
|
H A D | subr_tree.c | 622 _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 D | subr_pool.c | 1932 int poison = pool_debug && pp->pr_size > sizeof(*ci); in pool_cache_put() local
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | selftest_lrc.c | 789 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 D | tree.c | 637 _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 D | asan_poisoning.cpp | 67 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { in AsanPoisonOrUnpoisonIntraObjectRedzone()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 883 val poison : lltype -> llvalue val
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 976 atomic_t poison; member
|