Home
last modified time | relevance | path

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

1234567

/arch/powerpc/boot/
Dstdio.h11 extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
16 __attribute__((format(printf, 2, 3)));
Dwrapper45 format=
179 elf64-powerpcle) format=elf64lppc ;;
180 elf64-powerpc) format=elf32ppc ;;
181 elf32-powerpc) format=elf32ppc ;;
225 if [ "$format" != "elf32ppc" ]; then
471 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" \
/arch/um/include/shared/
Duser.h27 __attribute__ ((format (printf, 1, 2)));
42 __attribute__ ((format (printf, 1, 2)));
/arch/m68k/include/uapi/asm/
Dptrace.h43 unsigned format : 4; /* frame format specifier */ member
50 unsigned format : 4; /* frame format specifier */ member
/arch/powerpc/xmon/
Dnonstdio.c171 void xmon_printf(const char *format, ...) in xmon_printf() argument
177 va_start(args, format); in xmon_printf()
178 n = vsnprintf(xmon_outbuf, sizeof(xmon_outbuf), format, args); in xmon_printf()
/arch/s390/include/asm/
Dfcx.h38 u32 format:2; member
128 u32 format:8; member
205 u32 format:8; member
263 u32 format:8; member
Ddis.h35 unsigned char format; member
/arch/x86/entry/vdso/
Dvdso2c.c113 __attribute__((format(printf, 1, 2))) __attribute__((noreturn))
114 static void fail(const char *format, ...) in fail() argument
117 va_start(ap, format); in fail()
119 vfprintf(stderr, format, ap); in fail()
/arch/frv/kernel/
Dtraps.c569 int format; in show_backtrace() local
584 format = 0; in show_backtrace()
586 if (format == 0) in show_backtrace()
592 format++; in show_backtrace()
593 if (format == 8) { in show_backtrace()
595 format = 0; in show_backtrace()
599 if (format > 0) in show_backtrace()
/arch/m68k/kernel/
Dsignal.c102 regs->stkadj = frame_extra_sizes(regs->format); in fixup_exception()
105 tregs->format = FORMAT; in fixup_exception()
204 regs->format = 0x4; in adjustformat()
589 regs->format = formatvec >> 12; in mangle_kernel_stack()
600 regs->format = formatvec >> 12; in mangle_kernel_stack()
779 sc->sc_formatvec = regs->format << 12 | regs->vector; in setup_sigcontext()
809 err |= __put_user((regs->format << 12) | regs->vector, &uc->uc_formatvec); in rt_setup_ucontext()
826 int fsize = frame_extra_sizes(regs->format); in setup_frame()
832 regs->format); in setup_frame()
892 tregs->format = 0; in setup_frame()
[all …]
Dtraps.c386 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
388 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
484 if (fp->ptregs.format == 0xA) in bus_error030()
517 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
519 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
629 if (fp->ptregs.format == 10) in bus_error030()
763 pr_debug("*** Bus Error *** Format is %x\n", fp->ptregs.format); in buserr_c()
787 switch (fp->ptregs.format) { in buserr_c()
865 pr_info("Frame format=%X ", regs->format); in show_registers()
866 switch (regs->format) { in show_registers()
[all …]
/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/ia64/kernel/
Dmodule.c621 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() local
670 case R_IA64_PCREL60B: format = RF_INSN60; break; in do_reloc()
671 case R_IA64_PCREL21B: format = RF_INSN21B; break; in do_reloc()
672 case R_IA64_PCREL21M: format = RF_INSN21M; break; in do_reloc()
673 case R_IA64_PCREL21F: format = RF_INSN21F; break; in do_reloc()
695 format = RF_INSN21B; in do_reloc()
705 format = RF_64LSB; in do_reloc()
707 format = RF_64MSB; in do_reloc()
712 format = RF_INSN64; in do_reloc()
720 format = RF_INSN22; in do_reloc()
[all …]
/arch/powerpc/include/asm/
Dxmon.h32 extern void xmon_printf(const char *format, ...);
/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.h23 __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/boot/dts/
Dstihxxx-b2120.dtsi163 format = "i2s";
175 format = "i2s";
188 format = "left_j";
/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/nios2/boot/compressed/
DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/arch/x86/hyperv/
Dmmu.c29 u64 format; member
244 flush->hv_vp_set.format = HV_GENERIC_SET_SPARCE_4K; in hyperv_flush_tlb_others_ex()
249 flush->hv_vp_set.format = HV_GENERIC_SET_ALL; in hyperv_flush_tlb_others_ex()
/arch/s390/include/uapi/asm/
Ddasd.h48 unsigned int format; /* format info like formatted/cdl/ldl/... */ member
123 unsigned char format:3; member
/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/arch/mn10300/include/asm/
Dgdb-stub.h149 __attribute__((format(printf, 1, 2)));
151 static inline __attribute__((format(printf, 1, 2)))

1234567