HomeSort by: relevance | last modified time | path
    Searched refs:callframe (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/powerpc/include/
frame.h 198 #define CALLFRAMELEN sizeof(struct callframe)
199 struct callframe { struct
  /src/sys/arch/powerpc/powerpc/
vm_machdep.c 125 struct callframe * const cf = ((struct callframe *)ktf) - 1;
130 * struct ktrapframe has a partial callframe (sp & lr)
131 * followed by a real trapframe. The partial callframe
134 * There happens to be a partial callframe in front of the
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-netbsd-nat.c 156 struct callframe cf;
ppc-obsd-nat.c 159 struct callframe cf;
167 frame as described by `struct callframe'. From this information
  /src/external/gpl3/gdb/dist/gdb/
ppc-netbsd-nat.c 156 struct callframe cf;
ppc-obsd-nat.c 159 struct callframe cf;
167 frame as described by `struct callframe'. From this information
  /src/sys/arch/mips/mips/
fp.S 132 #error N32/N64 ABI callframe error

Completed in 20 milliseconds