syscall.h 126 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 struct target_pt_regs { target_ulong psr; target_ulong pc; target_ulong npc; target_ulong y; target_ulong u_regs[16]; };