Searched refs:rbp (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/arch/x86/core/intel64/ |
D | coredump.c | 31 uint64_t rbp; member 90 arch_blk.r.rbp = esf->rbp; in arch_coredump_info_dump()
|
D | locore.S | 235 movw __x86_cpuboot_t_tr_OFFSET(%rbp), %ax 239 movq __x86_cpuboot_t_gs_base_OFFSET(%rbp), %rax 251 movq __x86_cpuboot_t_sp_OFFSET(%rbp), %rsp 260 subq __x86_cpuboot_t_stack_size_OFFSET(%rbp), %rdi 261 movq __x86_cpuboot_t_stack_size_OFFSET(%rbp), %rcx 274 movq %rbp, %rdi 305 movq $x86_cpu_boot_arg, %rbp 307 movq $EFI_BOOT_TYPE, __x86_boot_arg_t_boot_type_OFFSET(%rbp) 309 movq %rbx, __x86_boot_arg_t_arg_OFFSET(%rbp) 311 movq $x86_cpuboot, %rbp /* BSP is always logical CPU id 0 */ [all …]
|
D | userspace.S | 319 xorq %rbp, %rbp
|
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/intel64/ |
D | exception.h | 29 unsigned long rbp; member
|
D | thread.h | 108 uint64_t rbp; member
|
/Zephyr-Core-3.7.0/arch/x86/core/offsets/ |
D | intel64_offsets.c | 10 GEN_OFFSET_SYM(_callee_saved_t, rbp);
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | fatal.c | 221 esf->rsi, esf->rdi, esf->rbp, esf->rsp); in dump_regs() 234 unwind_stack(esf->rbp, esf->cs); in dump_regs()
|
/Zephyr-Core-3.7.0/drivers/counter/ |
D | maxim_ds3231.c | 484 uint8_t *rbp = &data->registers.sec + addr; in maxim_ds3231_get_alarm() local 486 rv = i2c_write_read_dt(&cfg->bus, &addr, sizeof(addr), rbp, len); in maxim_ds3231_get_alarm() 494 cp->flags = decode_alarm(rbp, (id == 0), &cp->time); in maxim_ds3231_get_alarm()
|