Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Dsetup.c858 } else if ((type > ST_API_BIAS) && in get_sysvec()
859 (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) { in get_sysvec()
860 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
995 } else if ((type > ST_API_BIAS) && in get_sysnames()
996 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) { in get_sysnames()
997 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/linux-5.19.10/arch/alpha/include/asm/
Dhwrpb.h75 #define ST_API_BIAS 200 macro