Searched refs:hexdump8_ex (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/trusty/lk/include/ |
D | debug.h | 61 void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr_start); 70 static inline void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr_start) { } 76 hexdump8_ex(ptr, len, (uint64_t)((addr_t)ptr)); in hexdump8()
|
/aosp_15_r20/external/trusty/lk/dev/virtio/ |
D | virtio.c | 189 hexdump8_ex(buf, sizeof(buf), 0); in virtio_mmio_detect() 195 hexdump8_ex(buf, sizeof(buf), 0); in virtio_mmio_detect()
|
/aosp_15_r20/external/trusty/lk/lib/debug/ |
D | debug.c | 163 void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr) in hexdump8_ex() function
|