HomeSort by: relevance | last modified time | path
    Searched refs:cpu_notsupp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/alpha/
cpuconf.c 216 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...]
  /src/sys/arch/alpha/include/
cpuconf.h 96 #define cpu_notsupp(st, str) { platform_not_supported, st, str } macro

Completed in 14 milliseconds