HomeSort by: relevance | last modified time | path
    Searched defs:RETURN_ADDRESS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_lock.c 69 #define RETURN_ADDRESS (uintptr_t)__builtin_return_address(0)
122 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
265 RETURN_ADDRESS);
316 LOCKDEBUG_WANTLOCK(kernel_lock_dodebug, kernel_lock, RETURN_ADDRESS,
325 RETURN_ADDRESS, 0);
381 RETURN_ADDRESS, 0);
384 LB_KERNEL_LOCK | LB_SPIN, 1, spintime, RETURN_ADDRESS);
446 RETURN_ADDRESS, 0);
  /src/sys/rump/librump/rumpkern/
emul.c 171 #define RETURN_ADDRESS (uintptr_t)__builtin_return_address(0)
186 (void *)RETURN_ADDRESS);

Completed in 17 milliseconds