Lines Matching +full:0 +full:xc000
37 [R +0.028431] readw 0x10000
38 [R +0.028434] outl 0xc000 0xbeef # Triggers a DMA read from 0xbeef and 0xbf00
39 [DMA][R +0.034639] write 0xbeef 0x2 0xAAAA
40 [DMA][R +0.034639] write 0xbf00 0x2 0xBBBB
41 [R +0.028431] readw 0xfc000
44 readw 0x10000
45 write 0xbeef 0x2 0xAAAA
46 write 0xbf00 0x2 0xBBBB
47 outl 0xc000 0xbeef
48 readw 0xfc000
50 I.e. by the time, 0xc000 tries to read from DMA, those DMA buffers have already
56 [R +0.028434] outl 0xc000 0xbeef
57 [DMA][R +0.034639] write 0xbeef 0x2 0xAAAA
58 [DMA][R +0.034639] write 0xbeef 0x2 0xBBBB
76 sys.exit("Usage: {} /path/to/qtest_log_output".format((sys.argv[0])))