Searched refs:bsd_i386_set_idt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.h | 59 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 D | target_arch.h | 26 void bsd_i386_set_idt(int n, unsigned int dpl);
|
H A D | target_arch_cpu.c | 61 void bsd_i386_set_idt(int n, unsigned int dpl) in bsd_i386_set_idt() function
|