Searched refs:munge_wlll (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/dev/arm/ |
| H A D | munge.c | 364 munge_wlll(const void *regs, void *args) in munge_wlll() function 385 munge_wlll(regs, args); // wlll in munge_wllll() 393 return munge_wlll(regs, args); in munge_wllww() 401 int error = munge_wlll(regs, args); // wllww in munge_wllwwll() 431 return munge_wlll(regs, args); in munge_wwwlww() 538 return munge_wlll(regs, args); in munge_wwwwwl() 590 error = munge_wlll(regs, args); // wlll in munge_wwwwwlll()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | munge.h | 96 int munge_wlll(const void *regs, void *args); 149 void munge_wlll(void *args);
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | syscall_sw.c | 200 /* 95 */ MACH_TRAP(mk_timer_arm_leeway_trap, 4, 6, munge_wlll),
|
| /xnu-8020.101.4/bsd/dev/ |
| H A D | munge.c | 224 munge_wlll(void *args) in munge_wlll() function
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | platform_tests.c | 1033 {MT_FUNC(munge_wlll), 7, 4, {MT_W_VAL, MT_L_VAL, MT_L_VAL, MT_L_VAL}},
|