Searched refs:LDT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dfpreg.c69 #define LDT(reg,val) asm volatile ("itoft %0,$f"#reg : : "r"(val)); macro
71 #define LDT(reg,val) asm volatile ("ldt $f"#reg",%0" : : "m"(val)); macro
85 case 0: LDT( 0, val); break;
86 case 1: LDT( 1, val); break;
87 case 2: LDT( 2, val); break;
88 case 3: LDT( 3, val); break;
89 case 4: LDT( 4, val); break;
90 case 5: LDT( 5, val); break;
91 case 6: LDT( 6, val); break;
92 case 7: LDT(
[all...]
/linux-master/arch/x86/entry/
H A Dentry_32.S322 jne .Lend_\@ # returning to user-space with LDT SS
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_reg.h2413 #define LDT REGx(R0900_P1_LDT) macro

Completed in 172 milliseconds