Searched refs:arg_regs (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/arm/ |
| H A D | syscall_sw.h | 55 #define _kernel_trap_6to9(trap_name, trap_number, save_regs, arg_regs) \ argument 58 ldmia ip, { arg_regs } /* load arg registers (above r0-r3) */ ;\
|
| /xnu-8019.80.24/libsyscall/custom/ |
| H A D | SYS.h | 269 #define SYSCALL_6to12(name, save_regs, arg_regs, cerror) \ argument 273 ldmia ip, { arg_regs } /* load arg regs */ ; \ 367 #define SYSCALL_NONAME_6to12(name, save_regs, arg_regs, cerror) \ argument 370 ldmia ip, { arg_regs } /* load arguments */ ; \
|