Searched refs:tf_scratch (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | db_interface.c | 243 {"b6", DB_OFFSET(tf_scratch.br6), db_frame}, 244 {"b7", DB_OFFSET(tf_scratch.br7), db_frame}, 245 {"r2", DB_OFFSET(tf_scratch.gr2), db_frame}, 246 {"r3", DB_OFFSET(tf_scratch.gr3), db_frame}, 247 {"r8", DB_OFFSET(tf_scratch.gr8), db_frame}, 248 {"r9", DB_OFFSET(tf_scratch.gr9), db_frame}, 249 {"r10", DB_OFFSET(tf_scratch.gr10), db_frame}, 250 {"r11", DB_OFFSET(tf_scratch.gr11), db_frame}, 251 {"r14", DB_OFFSET(tf_scratch.gr14), db_frame}, 252 {"r15", DB_OFFSET(tf_scratch.gr15), db_frame}, [all …]
|
H A D | vm_machdep.c | 206 tf->tf_scratch.gr8 = 0; in cpu_lwp_fork() 207 tf->tf_scratch.gr10 = 1; in cpu_lwp_fork() 209 tf->tf_scratch.gr8 = 0; in cpu_lwp_fork() 210 tf->tf_scratch.gr9 = 1; in cpu_lwp_fork() 211 tf->tf_scratch.gr10 = 0; in cpu_lwp_fork() 218 tf->tf_scratch.gr2 = (unsigned long)FDESC_FUNC(func); in cpu_lwp_fork() 219 tf->tf_scratch.gr3 = (unsigned long)arg; in cpu_lwp_fork()
|
H A D | trap.c | 529 error = copyin((void*)tf->tf_scratch.gr8, in trap() 536 ucode = tf->tf_scratch.gr8; in trap() 593 tf->tf_scratch.gr8 = error; in trap()
|
H A D | machdep.c | 734 memset(&tf->tf_scratch, 0, sizeof(tf->tf_scratch)); in setregs()
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | frame.h | 48 struct _caller_saved tf_scratch; member
|