Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp360 assert(reinterpret_cast<xstate *>(m_xstate.data())->xs_rfbm & XCR0_X87); in ReadRegisterSet()
423 offsetof(xstate, xs_fxsave)); in ReadRegister()
495 offsetof(xstate, xs_fxsave)); in WriteRegister()
526 reinterpret_cast<xstate *>(m_xstate.data())->xs_xstate_bv |= new_xstate_bv; in WriteRegister()
609 base = m_xstate.data() + offsetof(xstate, xs_fxsave); in GetOffsetRegSetData()
625 auto xst = reinterpret_cast<xstate *>(m_xstate.data()); in GetYMMSplitReg()
H A DNativeRegisterContextNetBSD_x86_64.h71 std::array<uint8_t, sizeof(struct xstate)> m_xstate;
/freebsd/usr.bin/gcore/
H A Delfcore.c681 char *xstate; in elf_note_x86_xstate() local
696 xstate = calloc(1, info.xsave_len); in elf_note_x86_xstate()
697 ptrace(PT_GETXSTATE, tid, xstate, 0); in elf_note_x86_xstate()
698 *(uint64_t *)(xstate + X86_XSTATE_XCR0_OFFSET) = info.xsave_mask; in elf_note_x86_xstate()
700 return (xstate); in elf_note_x86_xstate()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c494 rn_detachhead(&ti->xstate); in ta_destroy_addr_radix()
731 rnh = ti->xstate; in ta_add_addr_radix()
829 rnh = ti->xstate; in ta_del_addr_radix()
1087 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_slow()
1133 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_aligned()
1181 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_64()
1308 ti->xstate = cfg->head6; in ta_init_chash()
1829 old_head = ti->xstate; in ta_modify_chash()
1840 ti->xstate = new_head; in ta_modify_chash()
3204 m4 = (struct fhashentry4 *)ti->xstate; in ta_lookup_fhash()
[all …]
H A Dip_fw_table.h50 void *xstate; /* eXtended state */ member
/freebsd/contrib/tcsh/
H A Dsh.exec.c535 execash_cleanup(void *xstate) in execash_cleanup() argument
539 state = xstate; in execash_cleanup()
916 tellmewhat_s0_cleanup(void *xstate) in tellmewhat_s0_cleanup() argument
920 state = xstate; in tellmewhat_s0_cleanup()
H A Ded.inputl.c597 eval1_cleanup(void *xstate) in eval1_cleanup() argument
601 state = xstate; in eval1_cleanup()
H A Dsh.func.c2434 doeval_cleanup(void *xstate) argument
2438 state = xstate;
/freebsd/sys/dev/kbdmux/
H A Dkbdmux.c220 kbdmux_kbd_intr_timo(void *xstate) in kbdmux_kbd_intr_timo() argument
222 kbdmux_state_t *state = (kbdmux_state_t *) xstate; in kbdmux_kbd_intr_timo()