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 61 #define RETURN_ADDRESS (uintptr_t)__builtin_return_address(0)
109 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
167 RETURN_ADDRESS);
221 LOCKDEBUG_WANTLOCK(kernel_lock_dodebug, kernel_lock, RETURN_ADDRESS,
231 RETURN_ADDRESS, 0);
292 RETURN_ADDRESS, 0);
295 LB_KERNEL_LOCK | LB_SPIN, 1, spintime, RETURN_ADDRESS);
361 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 12 milliseconds