Searched refs:x86_instruction_state_t (Results 1 – 5 of 5) sorted by relevance
278 typedef _STRUCT_X86_INSTRUCTION_STATE x86_instruction_state_t; typedef280 ((mach_msg_type_number_t)(sizeof(x86_instruction_state_t) / sizeof(int)))
152 x86_instruction_state_t *insn_state;
829 bzero(pcb->insn_state, sizeof(x86_instruction_state_t)); in machine_thread_create()865 kfree_data(pcb->insn_state, sizeof(x86_instruction_state_t)); in machine_thread_destroy()
1521 pcb->insn_state = kalloc_data(sizeof(x86_instruction_state_t), Z_WAITOK); in copy_instruction_stream()1609 pcb->insn_state = kalloc_data(sizeof(x86_instruction_state_t), Z_WAITOK); in copy_instruction_stream()
1794 x86_instruction_state_t *state = (void *)tstate; in machine_thread_get_state()1795 x86_instruction_state_t *src_state = THREAD_TO_PCB(thr_act)->insn_state; in machine_thread_get_state()