Searched refs:read_ldt (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_ldt.c20 * read_ldt() is not really atomic - this is not a problem since synchronization of reads
25 read_ldt (void __user *ptr, unsigned long bytecount) function
132 ret = read_ldt(compat_ptr(ptr), bytecount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dldt.c127 static int read_ldt(void __user * ptr, unsigned long bytecount) function
239 ret = read_ldt(ptr, bytecount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dldt.c124 static int read_ldt(void __user * ptr, unsigned long bytecount) function
237 ret = read_ldt(ptr, bytecount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c49 case 2: /* read_ldt */
202 * - read_ldt
208 static int read_ldt(void __user * ptr, unsigned long bytecount) function
377 ret = read_ldt(ptr, bytecount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm.h603 static inline u16 read_ldt(void) function
H A Dsvm.c1488 ldt_selector = read_ldt();
H A Dvmx.c1822 ldt_sel = read_ldt();

Completed in 82 milliseconds