Searched refs:windowbase (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/arch/xtensa/kernel/ |
D | ptrace.c | 52 .windowbase = regs->windowbase, in gpr_get() 58 regs->areg + XCHAL_NUM_AREGS - regs->windowbase * 4, in gpr_get() 59 regs->windowbase * 16); in gpr_get() 60 memcpy(newregs.a + regs->windowbase * 4, in gpr_get() 62 (WSBITS - regs->windowbase) * 16); in gpr_get() 81 if (newregs.windowbase >= XCHAL_NUM_AREGS / 4) in gpr_set() 96 if (newregs.windowbase != regs->windowbase || in gpr_set() 102 newregs.windowbase) & in gpr_set() 106 regs->windowbase = newregs.windowbase; in gpr_set() 111 memcpy(regs->areg + XCHAL_NUM_AREGS - newregs.windowbase * 4, in gpr_set() [all …]
|
D | stacktrace.c | 31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local 64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
|
D | entry.S | 153 rsr a2, windowbase 237 wsr a2, windowbase # and WINDOWSTART 301 rsr a2, windowbase # don't need to save these, we only 625 rsr a0, windowbase 943 wsr a1, windowbase 1009 rsr a0, windowbase 1243 rsr a0, windowbase 1268 rsr a0, windowbase 1296 rsr a3, windowbase 1298 wsr a3, windowbase [all …]
|
D | mxhead.S | 44 wsr a0, windowbase
|
D | head.S | 74 wsr a0, windowbase 352 wsr a0, windowbase
|
D | vectors.S | 264 wsr a0, windowbase 434 rsr a2, windowbase 524 rsr a2, windowbase
|
D | signal.c | 58 const unsigned long wb = regs->windowbase; in flush_window_regs_user() 198 regs->windowbase = 0; in restore_sigcontext()
|
D | process.c | 326 childregs->windowbase = 0; in copy_thread()
|
D | asm-offsets.c | 65 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase)); in main()
|
D | traps.c | 514 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/linux-6.1.9/arch/xtensa/include/uapi/asm/ |
D | ptrace.h | 55 __u32 windowbase; member
|
/linux-6.1.9/include/sound/sof/ |
D | xtensa.h | 43 uint32_t windowbase; member
|
/linux-6.1.9/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 47 wsr a0, windowbase
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | ptrace.h | 65 unsigned long windowbase; /* 48 */ member
|
D | processor.h | 218 (regs)->windowbase = 0; \
|
/linux-6.1.9/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 60 rsr a5, windowbase
|
/linux-6.1.9/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1834 #define SYSCALL_RET(_regs) (_regs).a[(_regs).windowbase * 4 + 2]
|