Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.c48 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64() function
64 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in bsd_x86_64_set_idt()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c51 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64() function
68 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in set_idt()
86 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in set_idt()