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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/lib/
H A 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;
67 case 1: LDT( 1, val); break;
68 case 2: LDT( 2, val); break;
69 case 3: LDT( 3, val); break;
70 case 4: LDT( 4, val); break;
71 case 5: LDT( 5, val); break;
72 case 6: LDT( 6, val); break;
73 case 7: LDT(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/lib/
H A 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;
67 case 1: LDT( 1, val); break;
68 case 2: LDT( 2, val); break;
69 case 3: LDT( 3, val); break;
70 case 4: LDT( 4, val); break;
71 case 5: LDT( 5, val); break;
72 case 6: LDT( 6, val); break;
73 case 7: LDT(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pci/
H A Dpciconf.c220 enum {NONE, PCI, LDT} sec_type; enumerator in enum:__anon11113
231 /* See if there is an LDT capability for the secondary. */
233 sec_type = offset == 0 ? PCI : LDT;
237 /* A Type 1 host bridge (e.g., SB-1250 LDT) or an
238 X-to-LDT bridge with unassigned subclass (LDT?).
239 Probe iff the secondary is LDT (best policy?) */
241 if (offset != 0) sec_type = LDT;
248 if (sec_type == LDT && offset != 0) {
285 /* if the new bus is LDT, d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dhead_32.S452 xorl %eax,%eax # Clear LDT
H A Dentry_32.S566 je ldt_ss # returning to user-space with LDT SS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S452 xorl %eax,%eax # Clear LDT
H A Dentry_32.S566 je ldt_ss # returning to user-space with LDT SS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstv0900_reg.h2427 #define LDT REGx(R0900_P1_LDT) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_reg.h2427 #define LDT REGx(R0900_P1_LDT) macro

Completed in 115 milliseconds