Home
last modified time | relevance | path

Searched refs:xstate (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDRegisterContextPOSIXProcessMonitor_x86.cpp83 return monitor.ReadFPR(m_thread.GetID(), &m_fpr.xstate.fxsave, sizeof(m_fpr.xstate.fxsave)); in ReadFPR()
86 …return monitor.ReadRegisterSet(m_thread.GetID(), &m_iovec, sizeof(m_fpr.xstate.xsave), NT_X86_XSTA… in ReadFPR()
102 … return monitor.WriteFPR(m_thread.GetID(), &m_fpr.xstate.fxsave, sizeof(m_fpr.xstate.fxsave)); in WriteFPR()
105 …return monitor.WriteRegisterSet(m_thread.GetID(), &m_iovec, sizeof(m_fpr.xstate.xsave), NT_X86_XST… in WriteFPR()
238 …value.SetBytes(m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_st].bytes, reg_info->byte_size, byt… in ReadRegister()
240 …value.SetBytes(m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_mm].bytes, reg_info->byte_size, byt… in ReadRegister()
242 …value.SetBytes(m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_xmm].bytes, reg_info->byte_size, byt… in ReadRegister()
289 …::memcpy (m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_st].bytes, value.GetBytes(), value.GetBy… in WriteRegister()
292 …::memcpy (m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_mm].bytes, value.GetBytes(), value.GetBy… in WriteRegister()
295 …::memcpy (m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_xmm].bytes, value.GetBytes(), value.GetBy… in WriteRegister()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextPOSIX_x86.cpp440 m_iovec.iov_base = &m_fpr.xstate.xsave; in RegisterContextPOSIX_x86()
441 m_iovec.iov_len = sizeof(m_fpr.xstate.xsave); in RegisterContextPOSIX_x86()
584 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
587 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
595 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
598 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
615 m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
618 m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
626 m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
629 m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
HDRegisterContext_x86.h474 } xstate; member
HDRegisterInfos_x86_64.h20 LLVM_EXTENSION offsetof(FPR, xstate) + \
27 LLVM_EXTENSION offsetof(FPR, xstate) + \
HDRegisterInfos_i386.h28 LLVM_EXTENSION offsetof(FPR, xstate) + \
/NextBSD/usr.bin/gcore/
HDelfcore.c637 char *xstate; in elf_note_x86_xstate() local
652 xstate = calloc(1, info.xsave_len); in elf_note_x86_xstate()
653 ptrace(PT_GETXSTATE, tid, xstate, 0); in elf_note_x86_xstate()
654 *(uint64_t *)(xstate + X86_XSTATE_XCR0_OFFSET) = info.xsave_mask; in elf_note_x86_xstate()
656 return (xstate); in elf_note_x86_xstate()
/NextBSD/sys/netpfil/ipfw/
HDip_fw_table_algo.c422 rnh = (struct radix_node_head *)ti->xstate; in ta_lookup_radix()
444 if (!rn_inithead(&ti->xstate, OFF_LEN_INET6)) { in ta_init_radix()
482 rnh = (struct radix_node_head *)(ti->xstate); in ta_destroy_radix()
484 rn_detachhead(&ti->xstate); in ta_destroy_radix()
556 rnh = (struct radix_node_head *)ti->xstate; in ta_find_radix_tentry()
577 rnh = (struct radix_node_head *)(ti->xstate); in ta_foreach_radix()
720 rnh = ti->xstate; in ta_add_radix()
818 rnh = ti->xstate; in ta_del_radix()
1080 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_slow()
1126 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_aligned()
[all …]
HDip_fw_table.h52 void *xstate; /* eXtended state */ member
/NextBSD/contrib/tcsh/
HDsh.exec.c539 execash_cleanup(void *xstate) in execash_cleanup() argument
543 state = xstate; in execash_cleanup()
919 tellmewhat_s0_cleanup(void *xstate) in tellmewhat_s0_cleanup() argument
923 state = xstate; in tellmewhat_s0_cleanup()
HDed.inputl.c601 eval1_cleanup(void *xstate) in eval1_cleanup() argument
605 state = xstate; in eval1_cleanup()
HDsh.func.c2398 doeval_cleanup(void *xstate) argument
2402 state = xstate;
/NextBSD/sys/dev/kbdmux/
HDkbdmux.c222 kbdmux_kbd_intr_timo(void *xstate) in kbdmux_kbd_intr_timo() argument
224 kbdmux_state_t *state = (kbdmux_state_t *) xstate; in kbdmux_kbd_intr_timo()
/NextBSD/sbin/launchd/
HDcore.c10989 xpc_object_t xstate = xpc_dictionary_get_value(request, XPC_EVENT_ROUTINE_KEY_STATE); local
10990 if (!xstate || xpc_get_type(xstate) != XPC_TYPE_BOOL) {
10993 state = xpc_bool_get_value(xstate);