Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
A Dptrace.c53 .windowbase = regs->windowbase, 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()
113 newregs.a, newregs.windowbase * 16); in gpr_set()
115 (WSBITS - newregs.windowbase) * 16); in gpr_set()
[all …]
A Dentry.S162 rsr a2, windowbase
948 wsr a1, windowbase
1014 rsr a0, windowbase
1243 rsr a0, windowbase
1268 rsr a0, windowbase
1296 rsr a3, windowbase
1298 wsr a3, windowbase
1467 rsr a2, windowbase # get current windowbase (a2 is saved)
1504 wsr a3, windowbase
1550 rsr a3, windowbase
[all …]
A Dstacktrace.c31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local
64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
A Dmxhead.S43 wsr a0, windowbase
A Dhead.S74 wsr a0, windowbase
352 wsr a0, windowbase
A Dvectors.S264 wsr a0, windowbase
434 rsr a2, windowbase
524 rsr a2, windowbase
A Dsignal.c58 const unsigned long wb = regs->windowbase; in flush_window_regs_user()
199 regs->windowbase = 0; in restore_sigcontext()
A Dprocess.c267 childregs->windowbase = 0; in copy_thread()
A Dasm-offsets.c64 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase)); in main()
A Dtraps.c483 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
/linux/arch/xtensa/include/uapi/asm/
A Dptrace.h51 __u32 windowbase; member
/linux/include/sound/sof/
A Dxtensa.h43 uint32_t windowbase; member
/linux/arch/xtensa/boot/boot-elf/
A Dbootstrap.S47 wsr a0, windowbase
/linux/arch/xtensa/include/asm/
A Dptrace.h64 unsigned long windowbase; /* 48 */ member
A Dprocessor.h226 (regs)->windowbase = 0; \
/linux/arch/xtensa/boot/boot-redboot/
A Dbootstrap.S60 rsr a5, windowbase
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1817 #define SYSCALL_RET(_regs) (_regs).a[(_regs).windowbase * 4 + 2]

Completed in 34 milliseconds