Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h68 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 Dtarget_arch.h26 void bsd_x86_64_set_idt(int n, unsigned int dpl);
H A Dtarget_arch_cpu.c62 void bsd_x86_64_set_idt(int n, unsigned int dpl) in bsd_x86_64_set_idt() function