Searched hist:"0 ea2dc7c" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/csky/kernel/ |
H A D | stacktrace.c | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|
H A D | Makefile | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|
H A D | process.c | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|
/openbmc/linux/arch/csky/ |
H A D | Makefile | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|
H A D | Kconfig | 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1]
Signed-off-by: Guo Ren <ren_guo@c-sky.com> 0ea2dc7c Sun Dec 09 00:18:05 CST 2018 Guo Ren <ren_guo@c-sky.com> csky: stacktrace supported. The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
|