Searched refs:wstate (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 203 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_save() 204 : ((env->wstate & 0x7) << 2)); in helper_save() 225 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_restore() 226 : ((env->wstate & 0x7) << 2)); in helper_restore() 239 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_flushw() 240 : ((env->wstate & 0x7) << 2)); in helper_flushw()
|
H A D | monitor.c | 155 { "wstate", offsetof(CPUSPARCState, wstate) },
|
H A D | machine.c | 258 VMSTATE_UINT32(env.wstate, SPARCCPU),
|
H A D | cpu.h | 519 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
|
H A D | cpu.c | 674 env->cansave, env->canrestore, env->otherwin, env->wstate, in sparc_cpu_dump_state()
|
H A D | translate.c | 3196 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(wstate)); in do_rdwstate() 3564 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(wstate)); in do_wrwstate()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 97 struct wstate { struct 356 int infd, struct wstate *winfo) in sock_connect_mptcp() 619 bool *in_closed_after_out, struct wstate *winfo) in copyfd_io_poll() 764 static int spool_buf(int fd, struct wstate *winfo) in spool_buf() 780 struct wstate *winfo) in do_mmap() 840 struct wstate *winfo) in do_sendfile() 866 struct wstate *winfo) in copyfd_io_mmap() 891 unsigned int size, bool *in_closed_after_out, struct wstate *winfo) in copyfd_io_sendfile() 915 static int copyfd_io(int infd, int peerfd, int outfd, bool close_peerfd, struct wstate *winfo) in copyfd_io() 1078 struct wstate winfo; in main_loop_s() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | urtt_fill.S | 16 rdpr %wstate, %g2 18 wrpr %g2, 0x0, %wstate
|
H A D | asm-offsets.c | 35 OFFSET(SC_REG_WSTATE, saved_context, wstate); in sparc64_foo()
|
H A D | etrap_64.S | 102 rdpr %wstate, %g2 120 wrpr %g2, 0, %wstate
|
H A D | hvtramp.S | 41 wrpr %g0, 0, %wstate
|
H A D | rtrap_64.S | 253 rdpr %wstate, %l1 263 wrpr %l1, %g0, %wstate
|
H A D | head_64.S | 718 wrpr %g0, 0, %wstate 855 wrpr %g0, %g0, %wstate
|
H A D | trampoline_64.S | 326 wrpr %g0, 0, %wstate
|
/openbmc/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 24 rdpr %wstate, %g2 106 wrpr %g2, %wstate
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | hibernate.h | 14 unsigned long wstate; member
|