Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 106) sorted by relevance

12345

/arch/powerpc/boot/
Dstdio.h10 extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
15 __attribute__((format(printf, 2, 3)));
Dwrapper43 format=
142 elf64-powerpcle) format=elf64lppc ;;
143 elf64-powerpc) format=elf32ppc ;;
144 elf32-powerpc) format=elf32ppc ;;
166 if [ "$format" != "elf32ppc" ]; then
398 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
/arch/powerpc/xmon/
Dnonstdio.c111 void xmon_printf(const char *format, ...) in xmon_printf() argument
117 va_start(args, format); in xmon_printf()
118 n = vsnprintf(xmon_outbuf, sizeof(xmon_outbuf), format, args); in xmon_printf()
/arch/um/include/shared/
Duser.h27 __attribute__ ((format (printf, 1, 2)));
42 __attribute__ ((format (printf, 1, 2)));
/arch/arm/mach-msm/
Ddma.c65 #define MSM_DMOV_DPRINTF(mask, format, args...) \ argument
68 printk(KERN_ERR format, args); \
70 #define PRINT_ERROR(format, args...) \ argument
71 MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_ERRORS, format, args);
72 #define PRINT_IO(format, args...) \ argument
73 MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_IO, format, args);
74 #define PRINT_FLOW(format, args...) \ argument
75 MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_FLOW, format, args);
Dirq-vic.c134 #define DPRINT_REGS(base_reg, format, ...) \ argument
135 printk(KERN_INFO format " %x %x\n", ##__VA_ARGS__, \
137 #define DPRINT_ARRAY(array, format, ...) \ argument
138 printk(KERN_INFO format " %x %x\n", ##__VA_ARGS__, \
141 #define DPRINT_REGS(base_reg, format, ...) \ argument
142 printk(KERN_INFO format " %x %x %x %x\n", ##__VA_ARGS__, \
145 #define DPRINT_ARRAY(array, format, ...) \ argument
146 printk(KERN_INFO format " %x %x %x %x\n", ##__VA_ARGS__, \
/arch/m68k/include/uapi/asm/
Dptrace.h42 unsigned format : 4; /* frame format specifier */ member
49 unsigned format : 4; /* frame format specifier */ member
/arch/x86/vdso/
Dvdso2c.c107 __attribute__((format(printf, 1, 2))) __attribute__((noreturn))
108 static void fail(const char *format, ...) in fail() argument
111 va_start(ap, format); in fail()
113 vfprintf(stderr, format, ap); in fail()
/arch/s390/include/asm/
Dfcx.h37 u32 format:2; member
127 u32 format:8; member
204 u32 format:8; member
262 u32 format:8; member
Ddis.h34 unsigned char format; member
/arch/frv/kernel/
Dtraps.c573 int format; in show_backtrace() local
588 format = 0; in show_backtrace()
590 if (format == 0) in show_backtrace()
596 format++; in show_backtrace()
597 if (format == 8) { in show_backtrace()
599 format = 0; in show_backtrace()
603 if (format > 0) in show_backtrace()
/arch/m32r/boot/compressed/
DMakefile39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
/arch/m68k/include/asm/
Dnatfeat.h20 __attribute__ ((format (printf, 1, 2)));
/arch/m68k/kernel/
Dtraps.c385 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
387 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
483 if (fp->ptregs.format == 0xA) in bus_error030()
516 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
518 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
628 if (fp->ptregs.format == 10) in bus_error030()
762 pr_debug("*** Bus Error *** Format is %x\n", fp->ptregs.format); in buserr_c()
786 switch (fp->ptregs.format) { in buserr_c()
864 pr_info("Frame format=%X ", regs->format); in show_registers()
865 switch (regs->format) { in show_registers()
[all …]
Dsignal.c102 regs->stkadj = frame_extra_sizes(regs->format); in handle_kernel_fault()
105 tregs->format = FORMAT; in handle_kernel_fault()
221 regs->format = 0x4; in adjustformat()
608 regs->format = formatvec >> 12; in mangle_kernel_stack()
619 regs->format = formatvec >> 12; in mangle_kernel_stack()
802 sc->sc_formatvec = regs->format << 12 | regs->vector; in setup_sigcontext()
832 err |= __put_user((regs->format << 12) | regs->vector, &uc->uc_formatvec); in rt_setup_ucontext()
849 int fsize = frame_extra_sizes(regs->format); in setup_frame()
856 regs->format); in setup_frame()
924 tregs->format = 0; in setup_frame()
[all …]
/arch/ia64/kernel/
Dmodule.c630 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() local
679 case R_IA64_PCREL60B: format = RF_INSN60; break; in do_reloc()
680 case R_IA64_PCREL21B: format = RF_INSN21B; break; in do_reloc()
681 case R_IA64_PCREL21M: format = RF_INSN21M; break; in do_reloc()
682 case R_IA64_PCREL21F: format = RF_INSN21F; break; in do_reloc()
704 format = RF_INSN21B; in do_reloc()
714 format = RF_64LSB; in do_reloc()
716 format = RF_64MSB; in do_reloc()
721 format = RF_INSN64; in do_reloc()
729 format = RF_INSN22; in do_reloc()
[all …]
/arch/tile/include/hv/
Diorpc.h310 uint16_t format; /**< iorpc_format_e */ member
321 uint16_t format; /**< iorpc_format_e */
/arch/frv/include/asm/
Dbug.h54 extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2)));
/arch/alpha/include/asm/
Dconsole.h22 __attribute__ ((format (printf, 1, 2)));
/arch/m68k/fpsp040/
Dutil.S161 | Input a0 points to an operand in the internal extended format
162 | Output a0 points to the result in the internal extended format
169 | ;for fmovout, the destination format
176 | a0 points to operand in internal extended format
178 | a0 points to result in internal extended format
325 | get destination format - this is the also the rounding precision
349 | For move out instructions (opclass 011) the destination format
388 | Convert to return format. The values from cmdreg3b and the return
433 | g_dfmtou --- put destination format in d0{1:0}
435 | If E1, the format is from cmdreg1b{12:10}
[all …]
/arch/arm/nwfpe/
Dsoftfloat-specialize61 Internal canonical NaN format.
105 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
124 precision floating-point format.
199 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
218 precision floating-point format.
307 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
326 double-precision floating-point format.
/arch/s390/include/uapi/asm/
Ddasd.h47 unsigned int format; /* format info like formatted/cdl/ldl/... */ member
118 unsigned char format:3; member
/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/arch/powerpc/include/asm/
Dudbg.h27 __attribute__ ((format (printf, 1, 2)));
/arch/mn10300/include/asm/
Dgdb-stub.h149 __attribute__((format(printf, 1, 2)));
151 static inline __attribute__((format(printf, 1, 2)))

12345