Home
last modified time | relevance | path

Searched refs:sldt (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c507 struct soft_segment_descriptor sldt; in user_ldt_alloc() local
522 sldt.ssd_base = sva; in user_ldt_alloc()
523 sldt.ssd_limit = sz - 1; in user_ldt_alloc()
524 sldt.ssd_type = SDT_SYSLDT; in user_ldt_alloc()
525 sldt.ssd_dpl = SEL_KPL; in user_ldt_alloc()
526 sldt.ssd_p = 1; in user_ldt_alloc()
527 sldt.ssd_long = 0; in user_ldt_alloc()
528 sldt.ssd_def32 = 0; in user_ldt_alloc()
529 sldt.ssd_gran = 0; in user_ldt_alloc()
545 ssdtosyssd(&sldt, &p->p_md.md_ldt_sd); in user_ldt_alloc()
H A Dcpu_switch.S379 sldt PCB_LDT(%rdi)
/freebsd/sys/i386/i386/
H A Dswtch.S383 sldt PCB_LDT(%ecx)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td412 "sldt{w}\t$dst", []>, TB, OpSize16;
415 "sldt{w}\t$dst", []>, TB;
417 "sldt{l}\t$dst", []>, OpSize32, TB;
422 "sldt{q}\t$dst", []>, TB, Requires<[In64BitMode]>;
H A DX86InstrAsmAlias.td675 // 'sldt <mem>' can be encoded with either sldtw or sldtq with the same
678 def : InstAlias<"sldt $mem", (SLDT16m i16mem:$mem), 0>;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td201 def SLDT : BinaryRXF<"sldt", 0xED40, null_frag, FP64, FP64, null_frag, 0>;
/freebsd/sys/amd64/include/
H A Dcpufunc.h729 sldt(void) in sldt() function
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2210 ldt_sel = sldt(); in svm_run()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c3163 ldt_sel = sldt(); in vmx_run()