Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
/* $NetBSD: stackptr.S,v 1.1 2001/08/06 22:29:59 bjh21 Exp $ */ #include <machine/asm.h> RCSID("$NetBSD: stackptr.S,v 1.1 2001/08/06 22:29:59 bjh21 Exp $") ENTRY(getstackptr) ldr r0, Lstackptr str r13, [r0] mov pc, r14 Lstackptr: .word _C_LABEL(stackptr)