Home
last modified time | relevance | path

Searched refs:set_tss_desc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dcpu.c166 set_tss_desc(cpu, &get_cpu_entry_area(cpu)->tss.x86_tss); in fix_processor_context()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddesc.h189 #define set_tss_desc(cpu, addr) __set_tss_desc(cpu, GDT_ENTRY_TSS, addr) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c2041 set_tss_desc(cpu, &get_cpu_entry_area(cpu)->tss.x86_tss); in cpu_init_exception_handling()
2106 set_tss_desc(cpu, &get_cpu_entry_area(cpu)->tss.x86_tss); in cpu_init()