Searched refs:gdt (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20030907-1.c11 struct gdt struct
17 struct gdt gdt_table[2]=
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray11.C14 struct gdt struct
20 struct gdt gdt_table[2]=
/openbsd-current/regress/lib/libc/cxa-atexit/libgd1/
H A Dgd1.C31 static global_destructor_test_obj1 gdt; local
/openbsd-current/regress/lib/libc/cxa-atexit/libgd2/
H A Dgd2.C31 static global_destructor_test_obj2 gdt; local
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Drun_i386.S61 lea (gdt - start)(%rdi), %rax
102 gdt: label
108 .word gdtr - gdt
/openbsd-current/sys/arch/i386/i386/
H A Dmptramp.s83 #include <machine/gdt.h>
109 .global gdt, local_apic
184 movl CPU_INFO_GDT(%ecx), %eax # for real gdt
230 .long .Lgdt_table # where is gdt
H A Dgdt.c1 /* $OpenBSD: gdt.c,v 1.44 2023/01/30 10:49:05 jsg Exp $ */
2 /* $NetBSD: gdt.c,v 1.28 2002/12/14 09:38:50 junyoung Exp $ */
47 #include <machine/gdt.h>
104 * Load appropriate gdt descriptor; we better be running on *ci
H A Dautoconf.c61 #include <machine/gdt.h>
121 gdt_init(); /* XXX - pcibios uses gdt stuff */
H A Dcpu.c90 #include <machine/gdt.h>
583 DPRINTF("%s: entered tss+gdt page at va 0x%08x pa 0x%08x\n", __func__,
H A Dbios.c46 #include <machine/gdt.h>
H A Dapm.c54 #include <machine/gdt.h>
H A Dlocore.s244 .globl gdt
/openbsd-current/sys/arch/i386/include/
H A Dsegments.h106 * region descriptors, used to load gdt/idt tables before segments yet exist.
114 extern union descriptor *gdt;
/openbsd-current/sys/dev/ic/
H A Dgdtvar.h115 #define GDT_CLASS(gdt) ((gdt)->sc_class & GDT_CLASS_MASK)
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool55 my $gdt = $class->new( git => $git, last_tag => $git_id, opt => \%opt );
59 $gdt->assign;
63 $gdt->review;
67 $gdt->render;
71 $gdt->summary;
78 $gdt->update;
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dgidt.S241 gdt: label
274 Gdtr: .word . - gdt - 1
275 .long gdt
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dgidt.S240 gdt: label
273 Gdtr: .word . - gdt - 1
274 .long gdt
/openbsd-current/share/man/man4/
H A DMakefile39 gdt.4 gentbi.4 gem.4 gfrtc.4 gif.4 glenv.4 glkgpio.4 gpio.4 \
/openbsd-current/sys/arch/amd64/amd64/
H A Dvmm_machdep.c3893 struct region_descriptor gdt; local
4004 setregion(&gdt, ci->ci_gdt, GDT_SIZE - 1);
4005 if (gdt.rd_base == 0) {
4011 if (vmwrite(VMCS_HOST_IA32_GDTR_BASE, gdt.rd_base)) {
4014 gdt.rd_base);
4156 * 'gdt' is set above first time through and reset there
4159 bare_lgdt(&gdt);
6382 struct region_descriptor gdt; local
6432 setregion(&gdt, ci->ci_gdt, GDT_SIZE - 1);
6451 if (gdt
[all...]
H A Dcpu.c95 #include <machine/gdt.h>
1402 * 1 tss+gdt page for each CPU
1426 DPRINTF("%s: entered tss+gdt page at va 0x%llx pa 0x%llx\n", __func__,

Completed in 310 milliseconds