HomeSort by: relevance | last modified time | path
    Searched refs: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);
238 RETURN_ADDRESS);
289 LOCKDEBUG_WANTLOCK(kernel_lock_dodebug, kernel_lock, RETURN_ADDRESS,
298 RETURN_ADDRESS, 0);
354 RETURN_ADDRESS, 0);
357 LB_KERNEL_LOCK | LB_SPIN, 1, spintime, RETURN_ADDRESS);
419 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 37 milliseconds