Searched refs:load_mm_ldt (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmmu_context.h75 extern void load_mm_ldt(struct mm_struct *mm);
78 static inline void load_mm_ldt(struct mm_struct *mm) function
/linux-master/arch/x86/kernel/
H A Dldt.c42 void load_mm_ldt(struct mm_struct *mm) function
111 load_mm_ldt(next);
143 load_mm_ldt(mm);
425 /* Synchronizes with READ_ONCE in load_mm_ldt. */
/linux-master/arch/x86/power/
H A Dcpu.c178 load_mm_ldt(current->active_mm); /* This does lldt */
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2244 load_mm_ldt(&init_mm);

Completed in 162 milliseconds