Searched refs:lidt (Results 1 – 17 of 17) sorted by relevance
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | pxe_call.S | 159 data32 addr32 lidt (Idtr_real - LINKADDR); /* Set up IDT for real mode */ 204 lidt Idtr
|
H A D | gidt.S | 90 data32 addr32 lidt (Idtr_real - LINKADDR); /* load idtr for real mode */ 115 lidt Idtr; 153 lidt Idtr_reset 213 lidt Idtr
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | pxe_call.S | 159 data32 addr32 lidt (Idtr_real - LINKADDR); /* Set up IDT for real mode */ 204 lidt Idtr
|
H A D | gidt.S | 91 data32 addr32 lidt (Idtr_real - LINKADDR); /* load idtr for real mode */ 116 lidt Idtr; 154 lidt Idtr_reset 214 lidt Idtr
|
/openbsd/sys/arch/i386/include/ |
H A D | cpufunc.h | 48 static __inline void lidt(void *); 75 lidt(void *p) in lidt() function
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpufunc.h | 59 lidt(void *p) in lidt() function
|
/openbsd/sys/arch/i386/i386/ |
H A D | acpi_wakecode.S | 237 lidt .Lacpi_saved_idt
|
H A D | machdep.c | 3047 lidt(®ion); in fix_f00f() 3059 lidt(®ion); in cpu_init_idt() 3131 lidt(®ion); in init386() 3423 lidt(®ion); in cpu_reset()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | acpi_wakecode.S | 318 lidt .Lacpi_saved_idt
|
H A D | machdep.c | 1309 lidt(®ion); in cpu_init_idt()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 413 "lidt{l|d}\t$src", []>, OpSize32, TB, Requires<[Not64BitMode]>; 415 "lidt{q}\t$src", []>, TB, Requires<[In64BitMode]>;
|
H A D | X86InstrInfo.td | 3365 def : MnemonicAlias<"lidt", "lidtw", "att">, Requires<[In16BitMode]>; 3366 def : MnemonicAlias<"lidt", "lidtl", "att">, Requires<[In32BitMode]>; 3367 def : MnemonicAlias<"lidt", "lidtq", "att">, Requires<[In64BitMode]>; 3376 def : MnemonicAlias<"lidt", "lidtw", "intel">, Requires<[In16BitMode]>; 3377 def : MnemonicAlias<"lidt", "lidtd", "intel">, Requires<[In32BitMode]>;
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ChangeLog-2005 | 605 (grps): Use it for the lidt entry.
|
H A D | ChangeLog-0001 | 650 for lgdt, lidt, sgdt, sidt.
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ChangeLog-0001 | 650 for lgdt, lidt, sgdt, sidt.
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | ChangeLog-9103 | 1619 * i386.h: Set LinearAddress for lidt and lgdt.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | ChangeLog-9103 | 1638 * i386.h: Set LinearAddress for lidt and lgdt.
|