Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/lib/
Dfpreg.c57 #define LDT(reg,val) asm volatile ("itoft %0,$f"#reg : : "r"(val)); macro
59 #define LDT(reg,val) asm volatile ("ldt $f"#reg",%0" : : "m"(val)); macro
66 case 0: LDT( 0, val); break; in alpha_write_fp_reg()
67 case 1: LDT( 1, val); break; in alpha_write_fp_reg()
68 case 2: LDT( 2, val); break; in alpha_write_fp_reg()
69 case 3: LDT( 3, val); break; in alpha_write_fp_reg()
70 case 4: LDT( 4, val); break; in alpha_write_fp_reg()
71 case 5: LDT( 5, val); break; in alpha_write_fp_reg()
72 case 6: LDT( 6, val); break; in alpha_write_fp_reg()
73 case 7: LDT( 7, val); break; in alpha_write_fp_reg()
[all …]
/linux-4.4.14/arch/x86/entry/
Dentry_32.S372 je ldt_ss # returning to user-space with LDT SS
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0900_reg.h2427 #define LDT REGx(R0900_P1_LDT) macro
/linux-4.4.14/arch/x86/
DKconfig2124 bool "Enable the LDT (local descriptor table)" if EXPERT
2128 Local Descriptor Table (LDT) using the modify_ldt(2) system
/linux-4.4.14/
DCREDITS1592 D: Kernel LDT modifications to support Wabi and Wine