Searched refs:cvmx_safe_printf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.h228 #define cvmx_safe_printf printk macro
230 #define cvmx_safe_printf printf macro
232 extern void cvmx_safe_printf(const char* format, ... ) __attribute__ ((format(printf, 1, 2)));
235 #define PRINT_ERROR(format, ...) cvmx_safe_printf("ERROR " format, ##__VA_ARGS__)
H A Dcvmx-interrupt.c118 void cvmx_safe_printf(const char *format, ...) function
198 cvmx_safe_printf("%16s: 0x%08x%08x\n", name, (unsigned int)HI32(reg),(unsigned int)LO32(reg));
214 cvmx_safe_printf("%3s ($%02d): 0x%08x%08x \t %3s ($%02d): 0x%08x%08x\n",
250 cvmx_safe_printf("Core %d: Unhandled Exception. Cause register decodes to:\n%s\n", (int)cvmx_get_core_num(), str && *str ? str : "Reserved exception cause");
251 cvmx_safe_printf("******************************************************************\n");
256 cvmx_safe_printf("******************************************************************\n");
258 cvmx_safe_printf("Backtrace:\n\n");
264 __octeon_print_backtrace_func ((__octeon_backtrace_printf_t)cvmx_safe_printf);
267 cvmx_safe_printf("******************************************************************\n");
311 cvmx_safe_printf("cvmx_interrupt_defaul
[all...]
H A Dcvmx-profiler.c62 #define PRINTF(fmt, args...) cvmx_safe_printf(fmt, ##args)
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_machdep.c473 void cvmx_safe_printf(const char *format, ...) function
583 cvmx_safe_printf("Bad octeon_bootinfo %#jx\n",
590 cvmx_safe_printf("Incompatible CVMX descriptor from bootloader: %d.%d %p\n",
624 cvmx_safe_printf("app descriptor passed at invalid address %#jx\n",
631 cvmx_safe_printf("Your boot code is too old to be supported.\n");
636 cvmx_safe_printf("Could not parse boot descriptor.\n");
653 cvmx_safe_printf("Your boot loader did not supply a memory descriptor.\n");

Completed in 404 milliseconds