Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsetup.c934 } else if ((type > ST_API_BIAS) && in get_sysvec()
935 (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) { in get_sysvec()
936 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
1071 } else if ((type > ST_API_BIAS) && in get_sysnames()
1072 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) { in get_sysnames()
1073 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/arch/alpha/include/asm/
Dhwrpb.h74 #define ST_API_BIAS 200 macro