Searched refs:PRIxPTR (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.0/arch/arc/core/ |
D | fatal.c | 28 ARC_EXCEPTION_DUMP(" r0: 0x%" PRIxPTR " r1: 0x%" PRIxPTR " r2: 0x%" PRIxPTR in dump_arc_esf() 29 " r3: 0x%" PRIxPTR "", esf->r0, esf->r1, esf->r2, esf->r3); in dump_arc_esf() 30 ARC_EXCEPTION_DUMP(" r4: 0x%" PRIxPTR " r5: 0x%" PRIxPTR " r6: 0x%" PRIxPTR in dump_arc_esf() 31 " r7: 0x%" PRIxPTR "", esf->r4, esf->r5, esf->r6, esf->r7); in dump_arc_esf() 32 ARC_EXCEPTION_DUMP(" r8: 0x%" PRIxPTR " r9: 0x%" PRIxPTR " r10: 0x%" PRIxPTR in dump_arc_esf() 33 " r11: 0x%" PRIxPTR "", esf->r8, esf->r9, esf->r10, esf->r11); in dump_arc_esf() 34 ARC_EXCEPTION_DUMP("r12: 0x%" PRIxPTR " r13: 0x%" PRIxPTR " pc: 0x%" PRIxPTR "", in dump_arc_esf() 36 ARC_EXCEPTION_DUMP(" blink: 0x%" PRIxPTR " status32: 0x%" PRIxPTR "", in dump_arc_esf() 39 ARC_EXCEPTION_DUMP("lp_end: 0x%" PRIxPTR " lp_start: 0x%" PRIxPTR in dump_arc_esf() 40 " lp_count: 0x%" PRIxPTR "", esf->lp_end, esf->lp_start, esf->lp_count); in dump_arc_esf()
|
/Zephyr-Core-3.7.0/subsys/storage/flash_map/ |
D | flash_map_shell.c | 32 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s %-24.24s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb() 36 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb()
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | inttypes.h | 86 #define PRIxPTR "lx" /* uintptr_t */ macro
|
/Zephyr-Core-3.7.0/arch/riscv/core/ |
D | fatal.c | 24 #define PR_REG "%08" PRIxPTR 27 #define PR_REG "%016" PRIxPTR
|
D | stacktrace.c | 212 #define PR_REG "%08" PRIxPTR 214 #define PR_REG "%016" PRIxPTR
|
/Zephyr-Core-3.7.0/tests/lib/heap/src/ |
D | main.c | 400 TC_PRINT("Heap 0x%" PRIxPTR ", alloc %p, size %u\n", in heap_alloc_cb() 409 TC_PRINT("Heap 0x%" PRIxPTR ", free %p, size %u\n", in heap_free_cb()
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | x86_mmu.c | 452 "unaligned address 0x%" PRIxPTR, addr); in assert_addr_aligned() 663 printk("%s at %p (0x%" PRIxPTR "): ", info->name, table, in dump_ptables() 1172 LOG_DBG("%s: 0x%" PRIxPTR " -> %p (%zu) flags " PRI_ENTRY " mask " in range_map() 1784 LOG_DBG("update stack for thread %p's ptables at %p: 0x%" PRIxPTR " (size %zu)", in set_stack_perms() 1932 LOG_DBG("set thread %p page tables to 0x%" PRIxPTR, thread, in arch_mem_domain_thread_add()
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_xilinx_axi.c | 227 LOG_DBG("ISR called for 0x%08" PRIxPTR ", status 0x%02x", config->base, int_status); in i2c_xilinx_axi_isr() 259 LOG_INF("Configuring %s at 0x%08" PRIxPTR, dev->name, config->base); in i2c_xilinx_axi_configure()
|
/Zephyr-Core-3.7.0/tests/lib/mem_blocks/src/ |
D | main.c | 91 TC_PRINT("[%u] Heap 0x%" PRIxPTR ", alloc %p, size %u\n", in mem_block_alloc_free_cb()
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-2.7.rst | 1378 * :github:`37718` - Incompatible (u)intptr_t type and PRIxPTR definitions
|
D | release-notes-2.5.rst | 1770 * :github:`27006` - unsynchronized newlib uintptr_t and PRIxPTR definition on xtensa
|