Searched refs:vmx_write_segment_selector (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_task.c | 79 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->ldt}}, R_LDTR); in load_state_from_tss32() 80 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->es}}, R_ES); in load_state_from_tss32() 81 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->cs}}, R_CS); in load_state_from_tss32() 82 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->ss}}, R_SS); in load_state_from_tss32() 83 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->ds}}, R_DS); in load_state_from_tss32() 84 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->fs}}, R_FS); in load_state_from_tss32() 85 vmx_write_segment_selector(cpu, (x68_segment_selector){{tss->gs}}, R_GS); in load_state_from_tss32()
|
H A D | x86_descr.h | 39 void vmx_write_segment_selector(CPUState *cpu,
|
H A D | x86_descr.c | 70 void vmx_write_segment_selector(CPUState *cpu, x68_segment_selector selector, X86Seg seg) in vmx_write_segment_selector() function
|