Home
last modified time | relevance | path

Searched refs:sgdt (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c275 sgdt(&fw_gdt); in efi_redirect_exceptions()
/freebsd/sys/i386/i386/
H A Dswtch.S381 sgdt PCB_GDT(%ecx)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td328 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 DX86InstrSystem.td402 "sgdt{l|d}\t$dst", []>, OpSize32, TB, Requires <[Not64BitMode]>;
404 "sgdt{q}\t$dst", []>, TB, Requires <[In64BitMode]>;
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S377 sgdt PCB_GDT(%rdi)
/freebsd/sys/amd64/include/
H A Dcpufunc.h699 sgdt(struct region_descriptor *addr) in sgdt() function
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c3161 sgdt(&gdtr); in vmx_run()