Home
last modified time | relevance | path

Searched refs:x86_call_gate (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86.h167 typedef struct x86_call_gate { struct
176 } __attribute__ ((__packed__)) x86_call_gate; argument
178 static inline uint32_t x86_call_gate_offset(x86_call_gate *gate) in x86_call_gate_offset()
258 bool x86_read_call_gate(CPUState *cpu, struct x86_call_gate *idt_desc,
H A Dx86.c102 bool x86_read_call_gate(CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()
H A Dx86_task.c128 struct x86_call_gate task_gate_desc; in vmx_handle_task_switch()