Home
last modified time | relevance | path

Searched refs:r_local (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/sparc64/include/
Dreg.h67 int64_t r_local[8]; /* %l* registers in trap's caller */ member
/openbsd/src/sys/net/
Dwg_noise.c150 r->r_local = l; in noise_remote_init()
194 struct noise_local *l = r->r_local; in noise_remote_precompute()
215 struct noise_local *l = r->r_local; in noise_create_initiation()
346 rw_enter_read(&r->r_local->l_identity_lock); in noise_create_response()
378 rw_exit_read(&r->r_local->l_identity_lock); in noise_create_response()
388 struct noise_local *l = r->r_local; in noise_consume_response()
699 struct noise_upcall *u = &r->r_local->l_upcall; in noise_remote_keypair_free()
711 struct noise_upcall *u = &r->r_local->l_upcall; in noise_remote_handshake_index_get()
719 struct noise_upcall *u = &r->r_local->l_upcall; in noise_remote_handshake_index_drop()
Dwg_noise.h95 struct noise_local *r_local; member
/openbsd/src/sys/arch/sparc64/sparc64/
Dprocess_machdep.c89 regs->r_local[i] = tf->tf_local[i]; in process_read_regs()