Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h59 bsd_i386_set_idt(0, 0); in target_cpu_init()
60 bsd_i386_set_idt(1, 0); in target_cpu_init()
61 bsd_i386_set_idt(2, 0); in target_cpu_init()
62 bsd_i386_set_idt(3, 3); in target_cpu_init()
63 bsd_i386_set_idt(4, 3); in target_cpu_init()
64 bsd_i386_set_idt(5, 0); in target_cpu_init()
65 bsd_i386_set_idt(6, 0); in target_cpu_init()
66 bsd_i386_set_idt(7, 0); in target_cpu_init()
67 bsd_i386_set_idt(8, 0); in target_cpu_init()
68 bsd_i386_set_idt(9, 0); in target_cpu_init()
[all …]
H A Dtarget_arch.h26 void bsd_i386_set_idt(int n, unsigned int dpl);
H A Dtarget_arch_cpu.c61 void bsd_i386_set_idt(int n, unsigned int dpl) in bsd_i386_set_idt() function