Searched defs:format (Results 1 - 20 of 20) sorted by path

/arch/frv/kernel/
H A Dtraps.c573 int format; local
588 format = 0;
590 if (format == 0)
596 format++;
597 if (format == 8) {
599 format = 0;
603 if (format > 0)
/arch/ia64/kernel/
H A Dmodule.c630 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; local
679 case R_IA64_PCREL60B: format = RF_INSN60; break;
680 case R_IA64_PCREL21B: format = RF_INSN21B; break;
681 case R_IA64_PCREL21M: format = RF_INSN21M; break;
682 case R_IA64_PCREL21F: format = RF_INSN21F; break;
704 format = RF_INSN21B;
714 format = RF_64LSB;
716 format = RF_64MSB;
721 format = RF_INSN64;
729 format
[all...]
/arch/m68k/include/uapi/asm/
H A Dptrace.h42 unsigned format : 4; /* frame format specifier */ member in struct:pt_regs
49 unsigned format : 4; /* frame format specifier */ member in struct:pt_regs
/arch/mips/include/asm/octeon/
H A Dcvmx-led-defs.h183 uint64_t format:4; member in struct:cvmx_led_prt_fmt::cvmx_led_prt_fmt_s
185 uint64_t format:4;
/arch/mn10300/mm/
H A Dmisalignment.c158 enum format_id format; member in struct:mn10300_opcode
450 tmp = format_tbl[pop->format].opsz;
461 dispsz = format_tbl[pop->format].dispsz;
534 tmp = format_tbl[pop->format].opsz + format_tbl[pop->format].dispsz;
539 if (pop->format == FMT_D10)
/arch/powerpc/kernel/
H A Dprom_init.c325 static void __init prom_printf(const char *format, ...) argument
332 va_start(args, format);
333 for (p = format; *p != 0; p = q) {
/arch/powerpc/platforms/powermac/
H A Dbootx_init.c48 static void __init bootx_printf(const char *format, ...) argument
54 va_start(args, format);
55 for (p = format; *p != 0; p = q) {
89 static void __init bootx_printf(const char *format, ...) {} argument
/arch/powerpc/xmon/
H A Dnonstdio.c111 void xmon_printf(const char *format, ...) argument
117 va_start(args, format);
118 n = vsnprintf(xmon_outbuf, sizeof(xmon_outbuf), format, args);
H A Dppc.h315 /* A format string to turn the macro into a normal instruction.
318 const char *format;
316 const char *format; member in struct:powerpc_macro
/arch/s390/include/asm/
H A Ddis.h34 unsigned char format; member in struct:s390_insn
H A Dfcx.h23 * @format: TCW format
37 u32 format:2; member in struct:tcw
115 * @format: Format
127 u32 format:8; member in struct:tsa_intrg
188 * @format: Format. Should be %DCW_INTRG_FORMAT_DEFAULT
204 u32 format:8; member in struct:dcw_intrg_data
256 * @format: Format. Should be %TCCB_FORMAT_DEFAULT
262 u32 format:8; member in struct:tccb_tcah
H A Dpci.h35 u32 format : 8; member in struct:zpci_fmb
H A Dperf_event.h82 u64 format; member in struct:sf_raw_sample
H A Dsysinfo.h55 char format; member in struct:sysinfo_1_2_2
/arch/s390/include/uapi/asm/
H A Ddasd.h47 unsigned int format; /* format info like formatted/cdl/ldl/... */ member in struct:dasd_information2_t
60 * values to be used for dasd_information_t.format
118 unsigned char format:3; member in struct:dasd_rssd_perf_stats_t
169 * represents all data necessary to format a dasd
180 * 0/8: normal format
/arch/tile/include/hv/
H A Diorpc.h198 * the offset, including a 16-bit opcode, a 16 bit format indicator, and 32
200 * is being requested. The format indicates whether there is a "prefix
297 /** Generate an opcode given format and code. */
310 uint16_t format; /**< iorpc_format_e */ member in struct:iorpc_offset::__anon2956
314 uint32_t opcode; /**< Opcode combines code & format. */
321 uint16_t format; /**< iorpc_format_e */
328 uint32_t opcode; /**< Opcode combines code & format. */
355 description format to the next. In particular, the Linux iorpc
391 /** A structure used to describe interrupts. The format differs slightly
415 /** A structure used to describe interrupts used with poll(). The format
[all...]
/arch/x86/include/asm/
H A Dio_apic.h94 format : 1, member in struct:IR_IO_APIC_route_entry
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c1029 int format = x86_pmu.intel_cap.pebs_format; local
1031 switch (format) {
1051 printk(KERN_CONT "no PEBS fmt%d%c, ", format, pebs_type);
/arch/x86/tools/
H A Drelocs.c516 const char *format; local
519 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n";
521 format = "%5d %08"PRIx32" %5"PRId32" %10s %10s %12s %s\n";
542 printf(format,
556 const char *format; local
559 format = "%016"PRIx64" %016"PRIx64" %10s %016"PRIx64" %s\n";
561 format = "%08"PRIx32" %08"PRIx32" %10s %08"PRIx32" %s\n";
614 printf(format,
/arch/x86/vdso/
H A Dvdso2c.c107 __attribute__((format(printf, 1, 2))) __attribute__((noreturn))
108 static void fail(const char *format, ...) argument
111 va_start(ap, format);
113 vfprintf(stderr, format, ap);

Completed in 368 milliseconds