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

/linux-master/arch/x86/kernel/
H A Dldt.c578 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) function
677 ret = write_ldt(ptr, bytecount, 1);
683 ret = write_ldt(ptr, bytecount, 0);
/linux-master/arch/x86/um/
H A Dldt.c52 * - write_ldt
123 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) function
220 ret = write_ldt(ptr, bytecount, func);

Completed in 92 milliseconds