OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowbase
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/xtensa/include/asm/
ptrace.h
96
unsigned long
windowbase
; /* 48 */
member in struct:pt_regs
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub.c
537
const unsigned
windowbase
= 4 * sregs[
WINDOWBASE
];
local
620
mem2hex(aregs + ((addr -
windowbase
) & 0xff), remcomOutBuffer, 4);
642
hex2mem(ptr, aregs + ((addr -
windowbase
) & 0xff), 4);
744
mark_late(
WINDOWBASE
);
gdbstub-entry.S
72
SAVE
WINDOWBASE
104
wsr a0,
windowbase
132
LOAD
WINDOWBASE
/external/u-boot/arch/xtensa/cpu/
start.S
104
/* Reset
windowbase
and windowstart */
109
wsr a0,
windowbase
111
movi a0, 0 /*
windowbase
might have changed */
302
rsr a0,
windowbase
583
/* 19*/ rsr a3,
WINDOWBASE
Completed in 209 milliseconds