Home
last modified time | relevance | path

Searched refs:hexdump8_ex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/
Ddebug.h61 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/
Dvirtio.c189 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/
Ddebug.c163 void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr) in hexdump8_ex() function