Searched refs:idt_desc (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.c | 102 bool x86_read_call_gate(CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate() argument 108 memset(idt_desc, 0, sizeof(*idt_desc)); in x86_read_call_gate() 114 vmx_read_mem(cpu, idt_desc, base + gate * 8, sizeof(*idt_desc)); in x86_read_call_gate()
|
H A D | x86.h | 258 bool x86_read_call_gate(CPUState *cpu, struct x86_call_gate *idt_desc,
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 795 static DEFINE_PER_CPU(struct desc_ptr, idt_desc); 808 start = __this_cpu_read(idt_desc.address); in xen_write_idt_entry() 809 end = start + __this_cpu_read(idt_desc.size) + 1; in xen_write_idt_entry() 848 const struct desc_ptr *desc = this_cpu_ptr(&idt_desc); in xen_copy_trap_info() 867 memcpy(this_cpu_ptr(&idt_desc), desc, sizeof(idt_desc)); in xen_load_idt()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | main.c | 26 typedef struct idt_desc { struct
|