Searched refs:oemfunc (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
H A D | sal.c | 358 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, ia64_sal_oemcall() argument 361 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) ia64_sal_oemcall() 363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); ia64_sal_oemcall() 369 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, ia64_sal_oemcall_nolock() argument 373 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) ia64_sal_oemcall_nolock() 375 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_nolock() 382 ia64_sal_oemcall_reentrant(struct ia64_sal_retval *isrvp, u64 oemfunc, ia64_sal_oemcall_reentrant() argument 386 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) ia64_sal_oemcall_reentrant() 388 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_reentrant()
|
Completed in 82 milliseconds