Home
last modified time | relevance | path

Searched refs:vector_name (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dsys_cabriolet.c322 .vector_name = "Cabriolet",
348 .vector_name = "EB164",
373 .vector_name = "EB66+",
397 .vector_name = "LX164",
423 .vector_name = "PC164",
H A Dsys_sio.c335 .vector_name = "AlphaBook1",
365 .vector_name = "Avanti",
394 .vector_name = "Noname",
432 .vector_name = "Platform2000",
461 .vector_name = "XL",
H A Dsys_dp264.c544 .vector_name = "DP264",
568 .vector_name = "Monet",
591 .vector_name = "Webbrick",
614 .vector_name = "Clipper",
642 .vector_name = "Shark",
H A Dsys_eb64p.c193 .vector_name = "EB64+",
218 .vector_name = "EB66",
H A Dsys_mikasa.c202 .vector_name = "Mikasa",
226 .vector_name = "Mikasa-Primo",
H A Dsys_sable.c547 .vector_name = "Sable",
579 .vector_name = "Sable-Gamma",
610 .vector_name = "Lynx",
H A Dsys_alcor.c256 .vector_name = "Alcor",
283 .vector_name = "XLT",
H A Dsys_noritake.c291 .vector_name = "Noritake",
315 .vector_name = "Noritake-Primo",
H A Dsys_sx164.c158 .vector_name = "SX164",
H A Dsys_titan.c367 .vector_name = "TITAN",
394 .vector_name = "PRIVATEER",
H A Dsys_rx164.c183 .vector_name = "RX164",
H A Dsys_ruffian.c219 .vector_name = "Ruffian",
H A Dsys_miata.c273 .vector_name = "Miata",
H A Dsys_jensen.c221 .vector_name = "Jensen",
H A Dsys_eiger.c204 .vector_name = "Eiger",
H A Dsys_takara.c268 .vector_name = "Takara",
H A Dsys_rawhide.c250 .vector_name = "Rawhide",
H A Dsys_nautilus.c277 .vector_name = "Nautilus",
H A Dsys_wildfire.c321 .vector_name = "WILDFIRE",
H A Dsys_marvel.c440 .vector_name = "MARVEL/EV7",
H A Dsetup.c594 var_name, alpha_mv.vector_name, in setup_arch()
980 if (strcasecmp(mv->vector_name, name) == 0) in get_sysvec_byname()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_alpha.c8 return !strcmp(alpha_mv.vector_name, "Jensen"); in alpha_jensen()
/openbmc/linux/arch/alpha/include/asm/
H A Dmachvec.h102 const char *vector_name; member