Home
last modified time | relevance | path

Searched defs:idt_desc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c26 typedef struct idt_desc { struct
34 } __attribute__ ((packed)) idt_desc_t; argument
/openbmc/qemu/target/i386/hvf/
H A Dx86.c102 bool x86_read_call_gate(CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()