Searched refs:x86_instruction_state_t (Results 1 – 5 of 5) sorted by relevance
277 typedef _STRUCT_X86_INSTRUCTION_STATE x86_instruction_state_t; typedef279 ((mach_msg_type_number_t)(sizeof(x86_instruction_state_t) / sizeof(int)))
152 x86_instruction_state_t *insn_state;
826 bzero(pcb->insn_state, sizeof(x86_instruction_state_t)); in machine_thread_create()862 kfree_data(pcb->insn_state, sizeof(x86_instruction_state_t)); in machine_thread_destroy()
1323 pcb->insn_state = kalloc_data(sizeof(x86_instruction_state_t), Z_WAITOK); in copy_instruction_stream()1411 pcb->insn_state = kalloc_data(sizeof(x86_instruction_state_t), Z_WAITOK); in copy_instruction_stream()
1792 x86_instruction_state_t *state = (void *)tstate; in machine_thread_get_state()1793 x86_instruction_state_t *src_state = THREAD_TO_PCB(thr_act)->insn_state; in machine_thread_get_state()