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 70 #define RETURN_ADDRESS (uintptr_t)__builtin_return_address(0)
123 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
268 RETURN_ADDRESS);
319 LOCKDEBUG_WANTLOCK(kernel_lock_dodebug, kernel_lock, RETURN_ADDRESS,
328 RETURN_ADDRESS, 0);
390 RETURN_ADDRESS, 0);
393 LB_KERNEL_LOCK | LB_SPIN, 1, spintime, RETURN_ADDRESS);
456 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 24 milliseconds