Lines Matching refs:ulong
16 typedef ulong iovalue_t;
50 ulong start;
51 ulong size;
52 ulong offset;
57 static void add_record(int flags, const void *ptr, ulong value) in add_record()
92 printf("[iotrace]: read addr 0x%08lx... ", (ulong)ptr); in iotrace_readl()
100 void iotrace_writel(ulong value, const void *ptr) in iotrace_writel()
102 printf("[iotrace]: write addr 0x%08lx value 0x%08lx... ", (ulong)ptr, value); in iotrace_writel()
118 void iotrace_writew(ulong value, const void *ptr) in iotrace_writew()
134 void iotrace_writeb(ulong value, const void *ptr) in iotrace_writeb()
160 void iotrace_set_buffer(ulong start, ulong size) in iotrace_set_buffer()
168 void iotrace_get_buffer(ulong *start, ulong *size, ulong *offset, ulong *count) in iotrace_get_buffer()