Home
last modified time | relevance | path

Searched refs:ds_ctx (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
Dds.c239 (task ? &task->thread.ds_ctx : &system_context); in ds_get_context()
990 struct ds_context *prev_ctx = prev->thread.ds_ctx; in ds_switch_to()
991 struct ds_context *next_ctx = next->thread.ds_ctx; in ds_switch_to()
1027 tsk->thread.ds_ctx = NULL; in ds_copy_thread()
/arch/x86/include/asm/
Dprocessor.h440 struct ds_context *ds_ctx; member