Searched refs:indirect_ipccall (Results 1 – 8 of 8) sorted by relevance
84 if (indirect_ipccall(tcp)) { in SYS_FUNC()97 if (indirect_ipccall(tcp)) { in SYS_FUNC()113 printaddr(tcp->u_arg[indirect_ipccall(tcp) ? 3 : 0]); in SYS_FUNC()
77 if (indirect_ipccall(tcp)) { in SYS_FUNC()88 if (indirect_ipccall(tcp)) { in SYS_FUNC()119 if (indirect_ipccall(tcp) in SYS_FUNC()
68 if (indirect_ipccall(tcp)) { in SYS_FUNC()109 if (indirect_ipccall(tcp)) { in SYS_FUNC()
105 const kernel_ulong_t addr = tcp->u_arg[indirect_ipccall(tcp) ? 3 : 2]; in SYS_FUNC()
375 #define indirect_ipccall(tcp) (tcp->s_ent->sys_flags & TRACE_INDIRECT_SUBCALL) macro
1677 * ipc.c (sys_semtimedop): Fixed inverted indirect_ipccall test.1787 * ipc.c (indirect_ipccall) [MIPS || HPPA]: Return false.1810 * ipc.c (indirect_ipccall) [IA64]: Return false unless the syscall1822 * ipc.c (indirect_ipccall): New function.
41330 indirect_ipccall used to guess whether currently decoded ipc syscall is41335 * ipc.c (indirect_ipccall): Check it.47243 indirect_ipccall case.47323 * ipc.c (indirect_ipccall): Support AArch64.47800 * ipc.c (indirect_ipccall): Check current_personality == 148395 * ipc.c (indirect_ipccall): Return 0 on ALPHA and ARM EABI.48396 (sys_shmat): Use indirect_ipccall for proper return value decoding.