Home
last modified time | relevance | path

Searched refs:STACK_MAGIC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/h8300/kernel/
Dtraps.c94 if (STACK_MAGIC != *(unsigned long *)((unsigned long)current+PAGE_SIZE)) in dump()
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c271 if (map[m] != STACK_MAGIC) { in cpu_check()
274 map[m], STACK_MAGIC); in cpu_check()
332 err = cpu_fill(obj, STACK_MAGIC); in create_test_object()
/Linux-v5.4/include/linux/
Dkernel.h22 #define STACK_MAGIC 0xdeadbeef macro