Searched refs:subtype (Results 1 – 16 of 16) sorted by relevance
/arch/alpha/kernel/ |
D | gct.c | 27 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes() 31 if (node->subtype != wanted->subtype) in gct6_find_nodes()
|
D | srmcons.c | 218 driver->subtype = SYSTEM_TYPE_SYSCONS; in srmcons_init()
|
D | core_marvel.c | 364 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
|
/arch/powerpc/kernel/ |
D | mce.c | 369 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/ |
D | gct.h | 10 u8 subtype; member 36 u8 subtype; member
|
/arch/nds32/kernel/ |
D | fpu.c | 251 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()
|
D | traps.c | 322 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/ |
D | rtas-types.h | 97 u8 subtype; /* 0x05 Section subtype */ member
|
/arch/nds32/include/asm/ |
D | fpu.h | 17 extern bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs);
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 24 .subtype = 2,
|
/arch/um/drivers/ |
D | line.h | 25 const short subtype; member
|
D | stdio_console.c | 55 .subtype = SYSTEM_TYPE_CONSOLE,
|
D | ssl.c | 49 .subtype = 0,
|
D | line.c | 559 driver->subtype = line_driver->subtype; in register_lines()
|
/arch/m68k/emu/ |
D | nfcon.c | 139 driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
|
/arch/xtensa/platforms/iss/ |
D | console.c | 147 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|