Home
last modified time | relevance | path

Searched refs:TRAP_TOCBASE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dtrap.h150 #define TRAP_TOCBASE 0x1f8 macro
/freebsd/sys/powerpc/aim/
H A Dtrap_subr32.S76 lwz pmap,TRAP_TOCBASE(0); \
318 lwz %r30,TRAP_TOCBASE(0)
616 lwz %r30,TRAP_TOCBASE(0)
859 lwz %r1,TRAP_TOCBASE(0) /* get new SP */
H A Daim_machdep.c446 *((register_t *)TRAP_TOCBASE) = toc; in aim_cpu_init()
453 *((void **)TRAP_TOCBASE) = _GLOBAL_OFFSET_TABLE_; in aim_cpu_init()
H A Dtrap_subr64.S47 ori r,r,TRAP_TOCBASE; /* Magic address for TOC */ \