Home
last modified time | relevance | path

Searched refs:ST_API_BIAS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsetup.c872 } else if ((type > ST_API_BIAS) && in get_sysvec()
873 (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) { in get_sysvec()
874 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
1009 } else if ((type > ST_API_BIAS) && in get_sysnames()
1010 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) { in get_sysnames()
1011 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsetup.c857 } else if ((type > ST_API_BIAS) && in get_sysvec()
858 (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) { in get_sysvec()
859 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
994 } else if ((type > ST_API_BIAS) && in get_sysnames()
995 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) { in get_sysnames()
996 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dhwrpb.h75 #define ST_API_BIAS 200 macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dhwrpb.h75 #define ST_API_BIAS 200 macro

Completed in 6 milliseconds