Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dptrace.c53 .windowbase = regs->windowbase, in gpr_get()
59 regs->areg + XCHAL_NUM_AREGS - regs->windowbase * 4, in gpr_get()
60 regs->windowbase * 16); in gpr_get()
61 memcpy(newregs.a + regs->windowbase * 4, in gpr_get()
63 (WSBITS - regs->windowbase) * 16); in gpr_get()
82 if (newregs.windowbase >= XCHAL_NUM_AREGS / 4) in gpr_set()
97 if (newregs.windowbase != regs->windowbase || in gpr_set()
103 newregs.windowbase) & in gpr_set()
107 regs->windowbase = newregs.windowbase; in gpr_set()
112 memcpy(regs->areg + XCHAL_NUM_AREGS - newregs.windowbase * 4, in gpr_set()
[all …]
Dentry.S161 rsr a2, windowbase
238 wsr a2, windowbase # and WINDOWSTART
301 rsr a2, windowbase # don't need to save these, we only
618 1: rsr a0, windowbase
927 wsr a1, windowbase
991 rsr a0, windowbase
1218 rsr a0, windowbase
1243 rsr a0, windowbase
1271 rsr a3, windowbase
1273 wsr a3, windowbase
[all …]
Dstacktrace.c31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local
64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
Dmxhead.S43 wsr a0, windowbase
Dhead.S72 wsr a0, windowbase
348 wsr a0, windowbase
Dvectors.S263 wsr a0, windowbase
428 rsr a2, windowbase
515 rsr a2, windowbase
Dsignal.c57 const unsigned long wb = regs->windowbase; in flush_window_regs_user()
191 regs->windowbase = 0; in restore_sigcontext()
Dprocess.c260 childregs->windowbase = 0; in copy_thread()
Dasm-offsets.c64 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase)); in main()
Dtraps.c476 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dptrace.h51 __u32 windowbase; member
/kernel/linux/linux-5.10/include/sound/sof/
Dxtensa.h43 uint32_t windowbase; member
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
Dbootstrap.S46 wsr a0, windowbase
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dptrace.h64 unsigned long windowbase; /* 48 */ member
Dprocessor.h206 (regs)->windowbase = 0; \
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
Dbootstrap.S59 rsr a5, windowbase
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1813 #define SYSCALL_RET(_regs) (_regs).a[(_regs).windowbase * 4 + 2]