Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/alpha/
Dcpuconf.c216 cpu_notsupp(ST_ADU, "Alpha Demo Unit"),
217 cpu_notsupp(ST_DEC_4000, "DEC 4000 (``Cobra'')"),
223 cpu_notsupp(ST_DEC_APXVME_64, "AXPvme 64"),
227 cpu_notsupp(ST_DEC_MUSTANG, "Mustang"),
234 cpu_notsupp(ST_DEC_EV45_PBP, "EV45 Passive Backplane Board"),
236 cpu_notsupp(ST_DEC_XL, "Alpha XL"),
239 cpu_notsupp(ST_DEC_ALPHAVME_224, "AlphaVME 224"),
241 cpu_notsupp(ST_DEC_XXM, "DEC XXM"),
242 cpu_notsupp(ST_DEC_EV56_PBP, "EV56 Passive Backplane Board"),
243 cpu_notsupp(ST_DEC_ALPHAVME_320, "AlphaVME 320"),
[all …]
/netbsd/src/sys/arch/alpha/include/
Dcpuconf.h96 #define cpu_notsupp(st, str) { platform_not_supported, st, str } macro