Searched refs:bsd_x86_64_set_idt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_cpu.h | 68 bsd_x86_64_set_idt(0, 0); in target_cpu_init() 69 bsd_x86_64_set_idt(1, 0); in target_cpu_init() 70 bsd_x86_64_set_idt(2, 0); in target_cpu_init() 71 bsd_x86_64_set_idt(3, 3); in target_cpu_init() 72 bsd_x86_64_set_idt(4, 3); in target_cpu_init() 73 bsd_x86_64_set_idt(5, 0); in target_cpu_init() 74 bsd_x86_64_set_idt(6, 0); in target_cpu_init() 75 bsd_x86_64_set_idt(7, 0); in target_cpu_init() 76 bsd_x86_64_set_idt(8, 0); in target_cpu_init() 77 bsd_x86_64_set_idt(9, 0); in target_cpu_init() [all …]
|
H A D | target_arch.h | 26 void bsd_x86_64_set_idt(int n, unsigned int dpl);
|
H A D | target_arch_cpu.c | 62 void bsd_x86_64_set_idt(int n, unsigned int dpl) in bsd_x86_64_set_idt() function
|