Searched refs:syscall5 (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Dsys_debug.c30 return syscall5(SYSCALL_DEBUG,
/barrelfish-2018-10-04/lib/barrelfish/
H A Dsys_debug.c79 return syscall5(SYSCALL_DEBUG,
85 return syscall5(SYSCALL_DEBUG,
91 return syscall5(SYSCALL_DEBUG,
/barrelfish-2018-10-04/include/arch/x86_32/barrelfish/
H A Dsyscall_arch.h63 #define syscall5(_a, _b, _c, _d, _e) \ macro
66 syscall5(_a, _b, _c, _d, 0)
H A Dinvocations_arch.h126 return syscall5((invoke_bits << 16) | (CNodeCmd_Create << 8) | SYSCALL_INVOKE,
207 return syscall5((invoke_bits << 16) | (CNodeCmd_Copy << 8) | SYSCALL_INVOKE,
/barrelfish-2018-10-04/include/arch/x86_64/barrelfish/
H A Dsyscall_arch.h153 #define syscall5(_a, _b, _c, _d, _e) \ macro
156 syscall5(_a, _b, _c, _d, 0)
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dsyscall_arch.h67 #define syscall5(a,b,c,d,e) \ macro
H A Dinvocations_arch.h53 return syscall5(invocation, invoke_cptr, arg2, arg3, arg4);
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dsyscall_arch.h69 #define syscall5(a,b,c,d,e) \ macro
H A Dinvocations_arch.h52 return syscall5(invocation, invoke_cptr, arg2, arg3, arg4);
/barrelfish-2018-10-04/usr/monitor/include/arch/x86_32/
H A Dmonitor_invocations_arch.h59 return syscall5((invoke_bits << 16) | (KernelCmd_Identify_cap << 8)

Completed in 105 milliseconds