Home
last modified time | relevance | path

Searched refs:x86_tss_segment32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_task.c34 static void save_state_to_tss32(CPUState *cpu, struct x86_tss_segment32 *tss) in save_state_to_tss32()
59 static void load_state_from_tss32(CPUState *cpu, struct x86_tss_segment32 *tss) in load_state_from_tss32()
91 struct x86_tss_segment32 tss_seg; in task_switch_32()
93 uint32_t eip_offset = offsetof(struct x86_tss_segment32, eip); in task_switch_32()
94 uint32_t ldt_sel_offset = offsetof(struct x86_tss_segment32, ldt); in task_switch_32()
H A Dx86.h72 typedef struct x86_tss_segment32 { struct
100 } __attribute__ ((__packed__)) x86_tss_segment32; argument