Home
last modified time | relevance | path

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

/openbmc/linux/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) in load_mm_ldt() function
/openbmc/linux/arch/x86/kernel/
H A Dldt.c42 void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt() function
111 load_mm_ldt(next); in switch_ldt()
143 load_mm_ldt(mm); in flush_ldt()
/openbmc/linux/arch/x86/power/
H A Dcpu.c178 load_mm_ldt(current->active_mm); /* This does lldt */ in fix_processor_context()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c2333 load_mm_ldt(&init_mm); in cpu_init()