Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 16 of 16) sorted by relevance

/arch/alpha/kernel/
Dgct.c27 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes()
31 if (node->subtype != wanted->subtype) in gct6_find_nodes()
Dsrmcons.c218 driver->subtype = SYSTEM_TYPE_SYSCONS; in srmcons_init()
Dcore_marvel.c364 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
/arch/powerpc/kernel/
Dmce.c369 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local
480 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
491 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info()
500 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info()
509 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
518 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info()
527 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info()
536 subtype = evt->u.link_error.link_error_type < in machine_check_print_event_info()
545 subtype = "Unknown"; in machine_check_print_event_info()
549 subtype = "Unknown"; in machine_check_print_event_info()
[all …]
/arch/alpha/include/asm/
Dgct.h10 u8 subtype; member
36 u8 subtype; member
/arch/nds32/kernel/
Dfpu.c251 bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs) in do_fpu_exception() argument
255 if (subtype == FPU_DISABLE_EXCEPTION) { in do_fpu_exception()
261 else if (subtype == FPU_EXCEPTION) in do_fpu_exception()
Dtraps.c322 unsigned int subtype = (itype & ITYPE_mskSTYPE); in do_dispatch_general() local
324 if (true == do_fpu_exception(subtype, regs)) in do_dispatch_general()
/arch/powerpc/include/asm/
Drtas-types.h97 u8 subtype; /* 0x05 Section subtype */ member
/arch/nds32/include/asm/
Dfpu.h17 extern bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs);
/arch/ia64/kernel/
Dacpi-ext.c24 .subtype = 2,
/arch/um/drivers/
Dline.h25 const short subtype; member
Dstdio_console.c55 .subtype = SYSTEM_TYPE_CONSOLE,
Dssl.c49 .subtype = 0,
Dline.c559 driver->subtype = line_driver->subtype; in register_lines()
/arch/m68k/emu/
Dnfcon.c139 driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
/arch/xtensa/platforms/iss/
Dconsole.c147 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()