Home
last modified time | relevance | path

Searched refs:gate_descriptor (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dsegments.h100 struct gate_descriptor { struct
116 struct gate_descriptor gd; argument
123 struct gate_descriptor { struct
140 struct gate_descriptor gd; argument
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsegments.h99 struct gate_descriptor { struct
115 struct gate_descriptor gd; argument
122 struct gate_descriptor { struct
139 struct gate_descriptor gd; argument
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c118 struct gate_descriptor *fw_idt_e, *loader_idt_e; in prepare_exception()
120 fw_idt_e = &((struct gate_descriptor *)fw_idt.rd_base)[idx]; in prepare_exception()
121 loader_idt_e = &((struct gate_descriptor *)loader_idt.rd_base)[idx]; in prepare_exception()
208 struct gate_descriptor *loader_idt_e; in efi_redirect_exceptions()
340 loader_idt_e = &((struct gate_descriptor *)loader_idt. in efi_redirect_exceptions()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dsegments.h91 extern struct gate_descriptor *idt;