Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dcoredump.c35 uint64_t rbx; member
94 arch_blk.r.rbx = esf->rbx; in arch_coredump_info_dump()
Duserspace.S318 xorq %rbx, %rbx
Dlocore.S309 movq %rbx, __x86_boot_arg_t_arg_OFFSET(%rbp)
363 movq %rbx, _thread_offset_to_rbx(%rsi)
453 movq _thread_offset_to_rbx(%rdi), %rbx
596 pushq %rbx
606 popq %rbx
772 movq %rbx, _thread_offset_to_rbx(%rsi)
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dexception.h23 unsigned long rbx; member
Dthread.h107 uint64_t rbx; member
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c11 GEN_OFFSET_SYM(_callee_saved_t, rbx);
/Zephyr-latest/arch/x86/core/
Dfatal.c257 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()