Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Duserspace.S30 pushq %rdi
37 pushq 40(%rdi) /* SS */
38 pushq 32(%rdi) /* RSP */
39 pushq 24(%rdi) /* RFLAGS */
40 pushq 16(%rdi) /* CS */
41 pushq 8(%rdi) /* RIP */
47 pushq %rax
87 pushq %rax
104 pushq %gs:__x86_tss64_t_usp_OFFSET
129 pushq %rdi
[all …]
Dlocore.S268 pushq %rsp
412 pushq %rdi /* Caller-saved, stash it */
429 pushq _thread_offset_to_ss(%rdi) /* SS */
431 pushq $X86_KERNEL_DS /* SS */
433 pushq _thread_offset_to_rsp(%rdi) /* RSP */
434 pushq _thread_offset_to_rflags(%rdi) /* RFLAGS */
436 pushq _thread_offset_to_cs(%rdi) /* CS */
438 pushq $X86_KERNEL_CS /* CS */
440 pushq _thread_offset_to_rip(%rdi) /* RIP */
501 vector_ ## nr: pushq %gs:__x86_tss64_t_ist ## ist ## _OFFSET; \
[all …]