Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dcoredump.c34 uint64_t rbx; member
93 arch_blk.r.rbx = esf->rbx; in arch_coredump_info_dump()
Duserspace.S318 xorq %rbx, %rbx
Dlocore.S303 movq %rbx, __x86_boot_arg_t_arg_OFFSET(%rbp)
357 movq %rbx, _thread_offset_to_rbx(%rsi)
447 movq _thread_offset_to_rbx(%rdi), %rbx
590 pushq %rbx
600 popq %rbx
766 movq %rbx, _thread_offset_to_rbx(%rsi)
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c11 GEN_OFFSET_SYM(_callee_saved_t, rbx);
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h107 uint64_t rbx; member
Darch.h62 unsigned long rbx; member
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c185 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()