Home
last modified time | relevance | path

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

/Linux-v4.19/arch/h8300/kernel/
Dtraps.c94 if (STACK_MAGIC != *(unsigned long *)((unsigned long)current+PAGE_SIZE)) in dump()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c256 if (map[m] != STACK_MAGIC) { in cpu_check()
258 n, m, map[m], STACK_MAGIC); in cpu_check()
314 err = cpu_fill(obj, STACK_MAGIC); in create_test_object()
/Linux-v4.19/include/linux/
Dkernel.h47 #define STACK_MAGIC 0xdeadbeef macro