Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/arch/xtensa/core/
Dgdbstub.c428 int idx, num_laddr_regs; in copy_to_ctx() local
433 num_laddr_regs = 8; in copy_to_ctx()
435 num_laddr_regs = 12; in copy_to_ctx()
437 num_laddr_regs = 16; in copy_to_ctx()
439 num_laddr_regs = 4; in copy_to_ctx()
443 for (idx = 0; idx < num_laddr_regs; idx++) { in copy_to_ctx()
482 for (idx = 0; idx < num_laddr_regs; idx++) { in copy_to_ctx()
519 int idx, num_laddr_regs; in restore_from_ctx() local
524 num_laddr_regs = 8; in restore_from_ctx()
526 num_laddr_regs = 12; in restore_from_ctx()
[all …]