Home
last modified time | relevance | path

Searched refs:IA64_SAL_OEMFUNC_MIN (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/kernel/
Dsal.c361 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) in ia64_sal_oemcall()
373 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) in ia64_sal_oemcall_nolock()
386 if (oemfunc < IA64_SAL_OEMFUNC_MIN || oemfunc > IA64_SAL_OEMFUNC_MAX) in ia64_sal_oemcall_reentrant()
/arch/ia64/include/asm/
Dsal.h843 #define IA64_SAL_OEMFUNC_MIN 0x02000000 macro