Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/arch/x86/intel64/
Dthread.h17 #define X86_KERNEL_CS 0x18 /* 64-bit kernel code */ macro
26 #define X86_STAR_UPPER ((X86_USER_CS_32 << 16) | X86_KERNEL_CS)
/Zephyr-Core-2.7.6/arch/x86/core/intel64/
Dthread.c40 thread->arch.cs = X86_KERNEL_CS; in arch_new_thread()
Dlocore.S199 jmpl $X86_KERNEL_CS, $enter_code64
293 .short X86_KERNEL_CS
349 movq $X86_KERNEL_CS, _thread_offset_to_cs(%rsi)
398 pushq $X86_KERNEL_CS /* CS */
877 .word vector_ ## nr, X86_KERNEL_CS; \