Searched refs:CALLSIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | trap_subr.S | 192 std %r3, FRAME_3+CALLSIZE(r); \ 193 std %r4, FRAME_4+CALLSIZE(r); \ 194 std %r5, FRAME_5+CALLSIZE(r); \ 195 std %r6, FRAME_6+CALLSIZE(r); \ 196 std %r7, FRAME_7+CALLSIZE(r); \ 197 std %r8, FRAME_8+CALLSIZE(r); \ 198 std %r9, FRAME_9+CALLSIZE(r); \ 199 std %r10, FRAME_10+CALLSIZE(r); \ 200 std %r11, FRAME_11+CALLSIZE(r); \ 201 std %r12, FRAME_12+CALLSIZE(r); \ [all …]
|
H A D | locore.S | 57 #define CALLSIZE 48 macro 73 #define CALLSIZE 8 macro
|