/openbmc/linux/arch/xtensa/kernel/ |
H A D | vectors.S | 75 wsr a2, depc # save a2 102 wsr a2, depc # save a2 227 xsr a0, depc # get DEPC, save a0 261 wsr a2, depc # save stack pointer temporarily 269 xsr a2, depc # save a2 and get stack pointer 309 xsr a0, depc 340 xsr a0, depc 407 wsr a0, depc # replace the saved a0 416 wsr a0, depc # replace the saved a0 443 rsr a0, depc [all …]
|
H A D | entry.S | 126 rsr a0, depc 138 wsr a2, depc # terminate user stack trace with 0 280 rsr a0, depc # get a2 593 wsr a1, depc # use DEPC as temp storage 598 rsr a1, depc # restore stack pointer 776 1: wsr a0, depc 800 wsr a2, depc # save a2 temporarily 825 xsr a0, depc 1016 rsr a6, depc 1017 wsr a1, depc [all …]
|
H A D | stacktrace.c | 122 unsigned long pc = regs->depc > VALID_DOUBLE_EXCEPTION_ADDRESS ? in xtensa_backtrace_kernel() 123 regs->depc : regs->pc; in xtensa_backtrace_kernel()
|
H A D | signal.c | 258 if (regs->depc > 64) in xtensa_rt_sigreturn() 370 if (regs->depc > 64) in setup_frame()
|
H A D | align.S | 496 rsr a4, depc 551 wsr a0, depc # restore depc and a0
|
H A D | coprocessor.S | 159 rsr a2, depc
|
H A D | asm-offsets.c | 35 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc)); in main()
|
H A D | traps.c | 542 regs->pc, regs->ps, regs->depc, regs->excvaddr); in show_regs()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | traps.c | 77 unsigned long depc; in do_ejtag_debug() local 80 depc = read_c0_depc(); in do_ejtag_debug() 84 field, depc, debug); in do_ejtag_debug()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_syscall.h | 18 xtensa_reg_t depc; /* 12 */ member
|
/openbmc/linux/include/sound/sof/ |
H A D | xtensa.h | 38 uint32_t depc; member
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | ptrace.h | 56 unsigned long depc; /* 12 */ member
|
H A D | processor.h | 210 (regs)->depc = 0; \
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | ptrace.h | 87 unsigned long depc; /* 12 */ member
|
/openbmc/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 106 xoops->epc5, xoops->epc6, xoops->epc7, xoops->depc); in xtensa_dsp_oops()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | traps.c | 1947 unsigned long depc, old_epc, old_ra; in ejtag_exception_handler() local 1951 depc = read_c0_depc(); in ejtag_exception_handler() 1953 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler() 1963 regs->cp0_epc = depc; in ejtag_exception_handler() 1965 depc = regs->cp0_epc; in ejtag_exception_handler() 1969 depc += 4; in ejtag_exception_handler() 1970 write_c0_depc(depc); in ejtag_exception_handler()
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_sr.S | 105 test_sr depc, 1
|
H A D | test_mmu.S | 239 rsr a2, depc 461 assert_sr depc, 1b
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | gdb-config.c.inc | 54 XTREG( 31,124,32, 4, 4,0x02c0,0x0007,-2, 2,0x1000,depc, 0,0,0,0,0,0)
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | gdb-config.c.inc | 82 XTREG( 58,232,32, 4, 4,0x02c0,0x0007,-2, 2,0x1000,depc, 0,0,0,0,0,0)
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | gdb-config.c.inc | 166 XTREG(72, 288, 32, 4, 4, 0x02c0, 0x0007, -2, 2, 0x1000, depc,
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | gdb-config.c.inc | 98 XTREG(73, 292, 32, 4, 4, 0x02c0, 0x0007, -2, 2, 0x1000, depc, 0, 0, 0, 0, 0, 0)
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | gdb-config.c.inc | 105 XTREG( 70,328,32, 4, 4,0x02c0,0x0007,-2, 2,0x1000,depc, 0,0,0,0,0,0)
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | gdb-config.c.inc | 91 XTREG( 67,268,32, 4, 4,0x02c0,0x0007,-2, 2,0x1000,depc, 0,0,0,0,0,0)
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | gdb-config.c.inc | 127 XTREG( 92,416,32, 4, 4,0x02c0,0x0007,-2, 2,0x1000,depc, 0,0,0,0,0,0)
|