Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Duserspace.S47 pushq %rax
48 movq %gs:__x86_tss64_t_cpu_OFFSET, %rax
49 movq ___cpu_t_current_OFFSET(%rax), %rax
50 movq _thread_offset_to_ptables(%rax), %rax
51 movq %rax, %cr3
52 popq %rax
87 pushq %rax
90 movq $Z_MEM_PHYS_ADDR(z_x86_kernel_ptables), %rax
91 movq %rax, %cr3
92 popq %rax
[all …]
Dlocore.S63 movq %cr4, %rax
64 orq $CR4_BITS, %rax
65 movq %rax, %cr4
69 movq $Z_MEM_PHYS_ADDR(z_x86_kernel_ptables), %rax
70 movq %rax, %cr3
74 movq %cr0, %rax
80 movq %rax, %cr0
236 movq __x86_cpuboot_t_gs_base_OFFSET(%rbp), %rax
237 movq %rax, %rdx
255 movq $0xAAAAAAAAAAAAAAAA, %rax
[all …]
Dcoredump.c17 uint64_t rax; member
74 arch_blk.r.rax = esf->rax; in arch_coredump_info_dump()
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dsyscall.h55 register uintptr_t rax __asm__("%rax") = call_id; in arch_syscall_invoke6()
64 : "=r" (rax) in arch_syscall_invoke6()
65 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx), in arch_syscall_invoke6()
69 return rax; in arch_syscall_invoke6()
77 register uintptr_t rax __asm__("%rax") = call_id; in arch_syscall_invoke5()
85 : "=r" (rax) in arch_syscall_invoke5()
86 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx), in arch_syscall_invoke5()
90 return rax; in arch_syscall_invoke5()
97 register uintptr_t rax __asm__("%rax") = call_id; in arch_syscall_invoke4()
104 : "=r" (rax) in arch_syscall_invoke4()
[all …]
Dthread.h138 uint64_t rax; member
Darch.h71 unsigned long rax; member
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c19 GEN_OFFSET_SYM(_thread_arch_t, rax);
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c185 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()
454 reason = esf->rax; in z_x86_do_kernel_oops()