Searched refs:sgdt (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | trap.c | 275 sgdt(&fw_gdt); in efi_redirect_exceptions()
|
/freebsd/sys/i386/i386/ |
H A D | swtch.S | 381 sgdt PCB_GDT(%ecx)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 328 def : MnemonicAlias<"sgdt", "sgdtw", "att">, Requires<[In16BitMode]>; 329 def : MnemonicAlias<"sgdt", "sgdtl", "att">, Requires<[In32BitMode]>; 330 def : MnemonicAlias<"sgdt", "sgdtq", "att">, Requires<[In64BitMode]>; 338 def : MnemonicAlias<"sgdt", "sgdtw", "intel">, Requires<[In16BitMode]>; 339 def : MnemonicAlias<"sgdt", "sgdtd", "intel">, Requires<[In32BitMode]>;
|
H A D | X86InstrSystem.td | 402 "sgdt{l|d}\t$dst", []>, OpSize32, TB, Requires <[Not64BitMode]>; 404 "sgdt{q}\t$dst", []>, TB, Requires <[In64BitMode]>;
|
/freebsd/sys/amd64/amd64/ |
H A D | cpu_switch.S | 377 sgdt PCB_GDT(%rdi)
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 699 sgdt(struct region_descriptor *addr) in sgdt() function
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3161 sgdt(&gdtr); in vmx_run()
|