Searched refs:write_ldt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dldt.c193 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) function
258 ret = write_ldt(ptr, bytecount, 1);
264 ret = write_ldt(ptr, bytecount, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dldt.c132 * - write_ldt
206 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) function
309 ret = write_ldt(ptr, bytecount, func);

Completed in 64 milliseconds