HomeSort by: relevance | last modified time | path
    Searched refs:return_address (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/i386/include/
return.h 6 void *return_address(unsigned int);
  /src/share/man/man9/man9.i386/
Makefile 3 MAN= bioscall.9 bios32_service.9 return_address.9 splraise.9
  /src/lib/libexecinfo/
builtin.c 51 void *return_address; member in struct:frameinfo
63 trace[i] = frame->return_address;
  /src/sys/kern/
subr_spldebug.c 87 spllowered_from[cidx][0] = return_address(0);
88 spllowered_from[cidx][1] = return_address(1);
117 retaddrs[i] = return_address(i);
kern_mutex.c 354 uintptr_t return_address)
366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
kern_rwlock.c 207 _rw_init(krwlock_t *rw, uintptr_t return_address)
212 if (LOCKDEBUG_ALLOC(rw, &rwlock_lockops, return_address))
  /src/sys/rump/librump/rumpkern/
locks.c 69 #define ALLOCK(lock, ops, return_address) \
71 return_address)
110 uintptr_t return_address)
139 ALLOCK(mtx, &mutex_spin_lockops, return_address);
141 ALLOCK(mtx, &mutex_adaptive_lockops, return_address);
243 _rw_init(krwlock_t *rw, uintptr_t return_address)
249 ALLOCK(rw, &rw_lockops, return_address);
  /src/sys/arch/i386/i386/
copy.S 133 * void *return_address(unsigned int level);
138 ENTRY(return_address) function
154 END(return_address)

Completed in 41 milliseconds