Home
last modified time | relevance | path

Searched refs:LDT (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/alpha/lib/
Dfpreg.c71 #define LDT(reg,val) asm volatile ("itoft %0,$f"#reg : : "r"(val)); macro
73 #define LDT(reg,val) asm volatile ("ldt $f"#reg",%0" : : "m"(val)); macro
87 case 0: LDT( 0, val); break; in alpha_write_fp_reg()
88 case 1: LDT( 1, val); break; in alpha_write_fp_reg()
89 case 2: LDT( 2, val); break; in alpha_write_fp_reg()
90 case 3: LDT( 3, val); break; in alpha_write_fp_reg()
91 case 4: LDT( 4, val); break; in alpha_write_fp_reg()
92 case 5: LDT( 5, val); break; in alpha_write_fp_reg()
93 case 6: LDT( 6, val); break; in alpha_write_fp_reg()
94 case 7: LDT( 7, val); break; in alpha_write_fp_reg()
[all …]
/linux-6.12.1/Documentation/arch/x86/x86_64/
Dmm.rst44 ffff880000000000 | -120 TB | ffff887fffffffff | 0.5 TB | LDT remap for PTI
103 ff10000000000000 | -60 PB | ff10ffffffffffff | 0.25 PB | LDT remap for PTI
/linux-6.12.1/arch/x86/entry/
Dentry_32.S322 jne .Lend_\@ # returning to user-space with LDT SS
/linux-6.12.1/drivers/media/dvb-frontends/
Dstv0900_reg.h2413 #define LDT REGx(R0900_P1_LDT) macro
/linux-6.12.1/arch/x86/
DKconfig2388 bool "Enable the LDT (local descriptor table)" if EXPERT
2392 Local Descriptor Table (LDT) using the modify_ldt(2) system
/linux-6.12.1/
DCREDITS1729 D: Kernel LDT modifications to support Wabi and Wine