Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/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-3.5.0/arch/x86/core/intel64/
Dthread.c40 thread->arch.cs = X86_KERNEL_CS; in arch_new_thread()
Dlocore.S206 jmpl $X86_KERNEL_CS, $enter_code64
311 .short X86_KERNEL_CS
367 movq $X86_KERNEL_CS, _thread_offset_to_cs(%rsi)
432 pushq $X86_KERNEL_CS /* CS */
900 .word vector_ ## nr, X86_KERNEL_CS; \