Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dthread.c41 thread->arch.ss = X86_KERNEL_DS; in arch_new_thread()
Dlocore.S217 movl $X86_KERNEL_DS, %eax
368 movq $X86_KERNEL_DS, _thread_offset_to_ss(%rsi)
425 pushq $X86_KERNEL_DS /* SS */
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h18 #define X86_KERNEL_DS 0x20 /* 64-bit kernel data */ macro