trace-events 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. # See docs/devel/tracing.rst for syntax documentation.
  2. # allwinner-cpucfg.c
  3. allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_addr 0x%" PRIx32
  4. allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  5. allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  6. # allwinner-h3-dramc.c
  7. allwinner_h3_dramc_rowmirror_disable(void) "Disable row mirror"
  8. allwinner_h3_dramc_rowmirror_enable(uint64_t addr) "Enable row mirror: addr 0x%" PRIx64
  9. allwinner_h3_dramcom_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  10. allwinner_h3_dramcom_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  11. allwinner_h3_dramctl_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  12. allwinner_h3_dramctl_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  13. allwinner_h3_dramphy_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  14. allwinner_h3_dramphy_write(uint64_t offset, uint64_t data, unsigned size) "write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  15. # allwinner-r40-dramc.c
  16. allwinner_r40_dramc_detect_cells_disable(void) "Disable detect cells"
  17. allwinner_r40_dramc_detect_cells_enable(void) "Enable detect cells"
  18. allwinner_r40_dramc_map_rows(uint8_t row_bits, uint8_t bank_bits, uint8_t col_bits) "DRAM layout: row_bits %d, bank_bits %d, col_bits %d"
  19. allwinner_r40_dramc_offset_to_cell(uint64_t offset, int row, int bank, int col) "offset 0x%" PRIx64 " row %d bank %d col %d"
  20. allwinner_r40_dramc_detect_cell_write(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64 ""
  21. allwinner_r40_dramc_detect_cell_read(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64 ""
  22. allwinner_r40_dramcom_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  23. allwinner_r40_dramcom_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  24. allwinner_r40_dramctl_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  25. allwinner_r40_dramctl_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  26. allwinner_r40_dramphy_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  27. allwinner_r40_dramphy_write(uint64_t offset, uint64_t data, unsigned size) "write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  28. # allwinner-sid.c
  29. allwinner_sid_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  30. allwinner_sid_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  31. # allwinner-sramc.c
  32. allwinner_sramc_read(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64
  33. allwinner_sramc_write(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64
  34. # avr_power.c
  35. avr_power_read(uint8_t value) "power_reduc read value:%u"
  36. avr_power_write(uint8_t value) "power_reduc write value:%u"
  37. # axp2xx
  38. axp2xx_rx(uint8_t reg, uint8_t data) "Read reg 0x%" PRIx8 " : 0x%" PRIx8
  39. axp2xx_select(uint8_t reg) "Accessing reg 0x%" PRIx8
  40. axp2xx_tx(uint8_t reg, uint8_t data) "Write reg 0x%" PRIx8 " : 0x%" PRIx8
  41. # eccmemctl.c
  42. ecc_mem_writel_mer(uint32_t val) "Write memory enable 0x%08x"
  43. ecc_mem_writel_mdr(uint32_t val) "Write memory delay 0x%08x"
  44. ecc_mem_writel_mfsr(uint32_t val) "Write memory fault status 0x%08x"
  45. ecc_mem_writel_vcr(uint32_t val) "Write slot configuration 0x%08x"
  46. ecc_mem_writel_dr(uint32_t val) "Write diagnostic 0x%08x"
  47. ecc_mem_writel_ecr0(uint32_t val) "Write event count 1 0x%08x"
  48. ecc_mem_writel_ecr1(uint32_t val) "Write event count 2 0x%08x"
  49. ecc_mem_readl_mer(uint32_t ret) "Read memory enable 0x%08x"
  50. ecc_mem_readl_mdr(uint32_t ret) "Read memory delay 0x%08x"
  51. ecc_mem_readl_mfsr(uint32_t ret) "Read memory fault status 0x%08x"
  52. ecc_mem_readl_vcr(uint32_t ret) "Read slot configuration 0x%08x"
  53. ecc_mem_readl_mfar0(uint32_t ret) "Read memory fault address 0 0x%08x"
  54. ecc_mem_readl_mfar1(uint32_t ret) "Read memory fault address 1 0x%08x"
  55. ecc_mem_readl_dr(uint32_t ret) "Read diagnostic 0x%08x"
  56. ecc_mem_readl_ecr0(uint32_t ret) "Read event count 1 0x%08x"
  57. ecc_mem_readl_ecr1(uint32_t ret) "Read event count 2 0x%08x"
  58. ecc_diag_mem_writeb(uint64_t addr, uint32_t val) "Write diagnostic %"PRId64" = 0x%02x"
  59. ecc_diag_mem_readb(uint64_t addr, uint32_t ret) "Read diagnostic %"PRId64"= 0x%02x"
  60. # empty_slot.c
  61. empty_slot_write(uint64_t addr, unsigned width, uint64_t value, unsigned size, const char *name) "wr addr:0x%04"PRIx64" data:0x%0*"PRIx64" size %u [%s]"
  62. # slavio_misc.c
  63. slavio_misc_update_irq_raise(void) "Raise IRQ"
  64. slavio_misc_update_irq_lower(void) "Lower IRQ"
  65. slavio_set_power_fail(int power_failing, uint8_t config) "Power fail: %d, config: %d"
  66. slavio_cfg_mem_writeb(uint32_t val) "Write config 0x%02x"
  67. slavio_cfg_mem_readb(uint32_t ret) "Read config 0x%02x"
  68. slavio_diag_mem_writeb(uint32_t val) "Write diag 0x%02x"
  69. slavio_diag_mem_readb(uint32_t ret) "Read diag 0x%02x"
  70. slavio_mdm_mem_writeb(uint32_t val) "Write modem control 0x%02x"
  71. slavio_mdm_mem_readb(uint32_t ret) "Read modem control 0x%02x"
  72. slavio_aux1_mem_writeb(uint32_t val) "Write aux1 0x%02x"
  73. slavio_aux1_mem_readb(uint32_t ret) "Read aux1 0x%02x"
  74. slavio_aux2_mem_writeb(uint32_t val) "Write aux2 0x%02x"
  75. slavio_aux2_mem_readb(uint32_t ret) "Read aux2 0x%02x"
  76. apc_mem_writeb(uint32_t val) "Write power management 0x%02x"
  77. apc_mem_readb(uint32_t ret) "Read power management 0x%02x"
  78. slavio_sysctrl_mem_writel(uint32_t val) "Write system control 0x%08x"
  79. slavio_sysctrl_mem_readl(uint32_t ret) "Read system control 0x%08x"
  80. slavio_led_mem_writew(uint32_t val) "Write diagnostic LED 0x%04x"
  81. slavio_led_mem_readw(uint32_t ret) "Read diagnostic LED 0x%04x"
  82. # aspeed_scu.c
  83. aspeed_scu_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  84. aspeed_scu_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  85. aspeed_ast2700_scu_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  86. aspeed_ast2700_scu_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  87. aspeed_ast2700_scuio_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  88. aspeed_ast2700_scuio_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  89. # mps2-scc.c
  90. mps2_scc_read(uint64_t offset, uint64_t data, unsigned size) "MPS2 SCC read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  91. mps2_scc_write(uint64_t offset, uint64_t data, unsigned size) "MPS2 SCC write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  92. mps2_scc_reset(void) "MPS2 SCC: reset"
  93. mps2_scc_cfg_write(unsigned function, unsigned device, uint32_t value) "MPS2 SCC config write: function %d device %d data 0x%" PRIx32
  94. mps2_scc_cfg_read(unsigned function, unsigned device, uint32_t value) "MPS2 SCC config read: function %d device %d data 0x%" PRIx32
  95. # mps2-fpgaio.c
  96. mps2_fpgaio_read(uint64_t offset, uint64_t data, unsigned size) "MPS2 FPGAIO read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  97. mps2_fpgaio_write(uint64_t offset, uint64_t data, unsigned size) "MPS2 FPGAIO write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  98. mps2_fpgaio_reset(void) "MPS2 FPGAIO: reset"
  99. # msf2-sysreg.c
  100. msf2_sysreg_write(uint64_t offset, uint32_t val, uint32_t prev) "msf2-sysreg write: addr 0x%08" PRIx64 " data 0x%" PRIx32 " prev 0x%" PRIx32
  101. msf2_sysreg_read(uint64_t offset, uint32_t val) "msf2-sysreg read: addr 0x%08" PRIx64 " data 0x%08" PRIx32
  102. msf2_sysreg_write_pll_status(void) "Invalid write to read only PLL status register"
  103. # imx7_gpr.c
  104. imx7_gpr_read(uint64_t offset) "addr 0x%08" PRIx64
  105. imx7_gpr_write(uint64_t offset, uint64_t value) "addr 0x%08" PRIx64 "value 0x%08" PRIx64
  106. # imx7_snvs.c
  107. imx7_snvs_read(uint64_t offset, uint64_t value, unsigned size) "i.MX SNVS read: offset 0x%08" PRIx64 " value 0x%08" PRIx64 " size %u"
  108. imx7_snvs_write(uint64_t offset, uint64_t value, unsigned size) "i.MX SNVS write: offset 0x%08" PRIx64 " value 0x%08" PRIx64 " size %u"
  109. # mos6522.c
  110. mos6522_set_counter(int index, unsigned int val) "T%d.counter=%d"
  111. mos6522_get_next_irq_time(uint16_t latch, int64_t d, int64_t delta) "latch=%d counter=0x%"PRIx64 " delta_next=0x%"PRIx64
  112. mos6522_set_sr_int(void) "set sr_int"
  113. mos6522_write(uint64_t addr, const char *name, uint64_t val) "reg=0x%"PRIx64 " [%s] val=0x%"PRIx64
  114. mos6522_read(uint64_t addr, const char *name, unsigned val) "reg=0x%"PRIx64 " [%s] val=0x%x"
  115. # npcm_clk.c
  116. npcm_clk_read(uint64_t offset, uint32_t value) " offset: 0x%04" PRIx64 " value: 0x%08" PRIx32
  117. npcm_clk_write(uint64_t offset, uint32_t value) "offset: 0x%04" PRIx64 " value: 0x%08" PRIx32
  118. # npcm_gcr.c
  119. npcm_gcr_read(uint64_t offset, uint64_t value) " offset: 0x%04" PRIx64 " value: 0x%08" PRIx64
  120. npcm_gcr_write(uint64_t offset, uint64_t value) "offset: 0x%04" PRIx64 " value: 0x%08" PRIx64
  121. # npcm7xx_mft.c
  122. npcm7xx_mft_read(const char *name, uint64_t offset, uint16_t value) "%s: offset: 0x%04" PRIx64 " value: 0x%04" PRIx16
  123. npcm7xx_mft_write(const char *name, uint64_t offset, uint16_t value) "%s: offset: 0x%04" PRIx64 " value: 0x%04" PRIx16
  124. npcm7xx_mft_rpm(const char *clock, uint32_t clock_hz, int state, int32_t cnt, uint32_t rpm, uint32_t duty) " fan clk: %s clock_hz: %" PRIu32 ", state: %d, cnt: %" PRIi32 ", rpm: %" PRIu32 ", duty: %" PRIu32
  125. npcm7xx_mft_capture(const char *name, int irq_level) "%s: level: %d"
  126. npcm7xx_mft_update_clock(const char *name, uint16_t sel, uint64_t clock_period, uint64_t prescaled_clock_period) "%s: sel: 0x%02" PRIx16 ", period: %" PRIu64 ", prescaled: %" PRIu64
  127. npcm7xx_mft_set_duty(const char *name, int n, int value) "%s[%d]: %d"
  128. # npcm7xx_rng.c
  129. npcm7xx_rng_read(uint64_t offset, uint64_t value, unsigned size) "offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u"
  130. npcm7xx_rng_write(uint64_t offset, uint64_t value, unsigned size) "offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u"
  131. # npcm7xx_pwm.c
  132. npcm7xx_pwm_read(const char *id, uint64_t offset, uint32_t value) "%s offset: 0x%04" PRIx64 " value: 0x%08" PRIx32
  133. npcm7xx_pwm_write(const char *id, uint64_t offset, uint32_t value) "%s offset: 0x%04" PRIx64 " value: 0x%08" PRIx32
  134. npcm7xx_pwm_update_freq(const char *id, uint8_t index, uint32_t old_value, uint32_t new_value) "%s pwm[%u] Update Freq: old_freq: %u, new_freq: %u"
  135. npcm7xx_pwm_update_duty(const char *id, uint8_t index, uint32_t old_value, uint32_t new_value) "%s pwm[%u] Update Duty: old_duty: %u, new_duty: %u"
  136. # stm32_rcc.c
  137. stm32_rcc_read(uint64_t addr, uint64_t data) "reg read: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  138. stm32_rcc_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  139. stm32_rcc_pulse_enable(int line, int level) "Enable: %d to %d"
  140. stm32_rcc_pulse_reset(int line, int level) "Reset: %d to %d"
  141. # stm32f4xx_syscfg.c
  142. stm32f4xx_syscfg_set_irq(int gpio, int line, int level) "Interrupt: GPIO: %d, Line: %d; Level: %d"
  143. stm32f4xx_pulse_exti(int irq) "Pulse EXTI: %d"
  144. stm32f4xx_syscfg_read(uint64_t addr) "reg read: addr: 0x%" PRIx64 " "
  145. stm32f4xx_syscfg_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  146. # stm32f4xx_exti.c
  147. stm32f4xx_exti_set_irq(int irq, int level) "Set EXTI: %d to %d"
  148. stm32f4xx_exti_read(uint64_t addr) "reg read: addr: 0x%" PRIx64 " "
  149. stm32f4xx_exti_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  150. # stm32l4x5_syscfg.c
  151. stm32l4x5_syscfg_set_irq(int gpio, int line, int level) "irq from GPIO: %d, line: %d, level: %d"
  152. stm32l4x5_syscfg_forward_exti(int irq) "irq %d forwarded to EXTI"
  153. stm32l4x5_syscfg_read(uint64_t addr) "reg read: addr: 0x%" PRIx64 " "
  154. stm32l4x5_syscfg_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  155. # stm32l4x5_exti.c
  156. stm32l4x5_exti_set_irq(int irq, int level) "Set EXTI: %d to %d"
  157. stm32l4x5_exti_read(uint64_t addr, uint64_t data) "reg read: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  158. stm32l4x5_exti_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""
  159. # stm32l4x5_rcc.c
  160. stm32l4x5_rcc_read(uint64_t addr, uint32_t data) "RCC: Read <0x%" PRIx64 "> -> 0x%" PRIx32
  161. stm32l4x5_rcc_write(uint64_t addr, uint32_t data) "RCC: Write <0x%" PRIx64 "> <- 0x%" PRIx32
  162. stm32l4x5_rcc_mux_enable(uint32_t mux_id) "RCC: Mux %d enabled"
  163. stm32l4x5_rcc_mux_disable(uint32_t mux_id) "RCC: Mux %d disabled"
  164. stm32l4x5_rcc_mux_set_factor(uint32_t mux_id, uint32_t old_multiplier, uint32_t new_multiplier, uint32_t old_divider, uint32_t new_divider) "RCC: Mux %d factor changed: multiplier (%u -> %u), divider (%u -> %u)"
  165. stm32l4x5_rcc_mux_set_src(uint32_t mux_id, uint32_t old_src, uint32_t new_src) "RCC: Mux %d source changed: from %u to %u"
  166. stm32l4x5_rcc_mux_update(uint32_t mux_id, uint32_t src, uint64_t src_freq, uint32_t multiplier, uint32_t divider) "RCC: Mux %d src %d update: src_freq %" PRIu64 " multiplier %" PRIu32 " divider %" PRIu32
  167. stm32l4x5_rcc_pll_set_vco_multiplier(uint32_t pll_id, uint32_t old_multiplier, uint32_t new_multiplier) "RCC: PLL %u: vco_multiplier changed (%u -> %u)"
  168. stm32l4x5_rcc_pll_channel_enable(uint32_t pll_id, uint32_t channel_id) "RCC: PLL %u, channel %u enabled"
  169. stm32l4x5_rcc_pll_channel_disable(uint32_t pll_id, uint32_t channel_id) "RCC: PLL %u, channel %u disabled"
  170. stm32l4x5_rcc_pll_set_channel_divider(uint32_t pll_id, uint32_t channel_id, uint32_t old_divider, uint32_t new_divider) "RCC: PLL %u, channel %u: divider changed (%u -> %u)"
  171. stm32l4x5_rcc_pll_update(uint32_t pll_id, uint32_t channel_id, uint64_t vco_freq, uint64_t old_freq, uint64_t new_freq) "RCC: PLL %d channel %d update: vco_freq %" PRIu64 " old_freq %" PRIu64 " new_freq %" PRIu64
  172. # tz-mpc.c
  173. tz_mpc_reg_read(uint32_t offset, uint64_t data, unsigned size) "TZ MPC regs read: offset 0x%x data 0x%" PRIx64 " size %u"
  174. tz_mpc_reg_write(uint32_t offset, uint64_t data, unsigned size) "TZ MPC regs write: offset 0x%x data 0x%" PRIx64 " size %u"
  175. tz_mpc_mem_blocked_read(uint64_t addr, unsigned size, bool secure) "TZ MPC blocked read: offset 0x%" PRIx64 " size %u secure %d"
  176. tz_mpc_mem_blocked_write(uint64_t addr, uint64_t data, unsigned size, bool secure) "TZ MPC blocked write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u secure %d"
  177. tz_mpc_translate(uint64_t addr, int flags, const char *idx, const char *res) "TZ MPC translate: addr 0x%" PRIx64 " flags 0x%x iommu_idx %s: %s"
  178. tz_mpc_iommu_notify(uint64_t addr) "TZ MPC iommu: notifying UNMAP/MAP for 0x%" PRIx64
  179. # tz-msc.c
  180. tz_msc_reset(void) "TZ MSC: reset"
  181. tz_msc_cfg_nonsec(int level) "TZ MSC: cfg_nonsec = %d"
  182. tz_msc_cfg_sec_resp(int level) "TZ MSC: cfg_sec_resp = %d"
  183. tz_msc_irq_clear(int level) "TZ MSC: int_clear = %d"
  184. tz_msc_update_irq(int level) "TZ MSC: setting irq line to %d"
  185. tz_msc_access_blocked(uint64_t offset) "TZ MSC: offset 0x%" PRIx64 " access blocked"
  186. # tz-ppc.c
  187. tz_ppc_reset(void) "TZ PPC: reset"
  188. tz_ppc_cfg_nonsec(int n, int level) "TZ PPC: cfg_nonsec[%d] = %d"
  189. tz_ppc_cfg_ap(int n, int level) "TZ PPC: cfg_ap[%d] = %d"
  190. tz_ppc_cfg_sec_resp(int level) "TZ PPC: cfg_sec_resp = %d"
  191. tz_ppc_irq_enable(int level) "TZ PPC: int_enable = %d"
  192. tz_ppc_irq_clear(int level) "TZ PPC: int_clear = %d"
  193. tz_ppc_update_irq(int level) "TZ PPC: setting irq line to %d"
  194. tz_ppc_read_blocked(int n, uint64_t offset, bool secure, bool user) "TZ PPC: port %d offset 0x%" PRIx64 " read (secure %d user %d) blocked"
  195. tz_ppc_write_blocked(int n, uint64_t offset, bool secure, bool user) "TZ PPC: port %d offset 0x%" PRIx64 " write (secure %d user %d) blocked"
  196. # iotkit-secctl.c
  197. iotkit_secctl_s_read(uint32_t offset, uint64_t data, unsigned size) "IoTKit SecCtl S regs read: offset 0x%x data 0x%" PRIx64 " size %u"
  198. iotkit_secctl_s_write(uint32_t offset, uint64_t data, unsigned size) "IoTKit SecCtl S regs write: offset 0x%x data 0x%" PRIx64 " size %u"
  199. iotkit_secctl_ns_read(uint32_t offset, uint64_t data, unsigned size) "IoTKit SecCtl NS regs read: offset 0x%x data 0x%" PRIx64 " size %u"
  200. iotkit_secctl_ns_write(uint32_t offset, uint64_t data, unsigned size) "IoTKit SecCtl NS regs write: offset 0x%x data 0x%" PRIx64 " size %u"
  201. # imx6_ccm.c
  202. imx6_analog_get_periph_clk(uint32_t freq) "freq = %u Hz"
  203. imx6_analog_get_pll2_clk(uint32_t freq) "freq = %u Hz"
  204. imx6_analog_get_pll2_pfd0_clk(uint32_t freq) "freq = %u Hz"
  205. imx6_analog_get_pll2_pfd2_clk(uint32_t freq) "freq = %u Hz"
  206. imx6_analog_read(const char *reg, uint32_t value) "reg[%s] => 0x%" PRIx32
  207. imx6_analog_write(const char *reg, uint32_t value) "reg[%s] <= 0x%" PRIx32
  208. imx6_ccm_get_ahb_clk(uint32_t freq) "freq = %u Hz"
  209. imx6_ccm_get_ipg_clk(uint32_t freq) "freq = %u Hz"
  210. imx6_ccm_get_per_clk(uint32_t freq) "freq = %u Hz"
  211. imx6_ccm_get_clock_frequency(unsigned clock, uint32_t freq) "(Clock = %d) = %u"
  212. imx6_ccm_read(const char *reg, uint32_t value) "reg[%s] => 0x%" PRIx32
  213. imx6_ccm_reset(void) ""
  214. imx6_ccm_write(const char *reg, uint32_t value) "reg[%s] <= 0x%" PRIx32
  215. # imx6ul_ccm.c
  216. ccm_entry(void) ""
  217. ccm_freq(uint32_t freq) "freq = %d"
  218. ccm_clock_freq(uint32_t clock, uint32_t freq) "(Clock = %d) = %d"
  219. ccm_read_reg(const char *reg_name, uint32_t value) "reg[%s] <= 0x%" PRIx32
  220. ccm_write_reg(const char *reg_name, uint32_t value) "reg[%s] => 0x%" PRIx32
  221. # imx6_src.c
  222. imx6_src_read(const char *reg_name, uint32_t value) "reg[%s] => 0x%" PRIx32
  223. imx6_src_write(const char *reg_name, uint64_t value) "reg[%s] <= 0x%" PRIx64
  224. imx6_clear_reset_bit(const char *reg_name, uint32_t value) "reg[%s] <= 0x%" PRIx32
  225. imx6_src_reset(void) ""
  226. # imx7_src.c
  227. imx7_src_read(const char *reg_name, uint32_t value) "reg[%s] => 0x%" PRIx32
  228. imx7_src_write(const char *reg_name, uint32_t value) "reg[%s] <= 0x%" PRIx32
  229. # iotkit-sysinfo.c
  230. iotkit_sysinfo_read(uint64_t offset, uint64_t data, unsigned size) "IoTKit SysInfo read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  231. iotkit_sysinfo_write(uint64_t offset, uint64_t data, unsigned size) "IoTKit SysInfo write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  232. # iotkit-sysctl.c
  233. iotkit_sysctl_read(uint64_t offset, uint64_t data, unsigned size) "IoTKit SysCtl read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  234. iotkit_sysctl_write(uint64_t offset, uint64_t data, unsigned size) "IoTKit SysCtl write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  235. iotkit_sysctl_reset(void) "IoTKit SysCtl: reset"
  236. # armsse-cpu-pwrctrl.c
  237. armsse_cpu_pwrctrl_read(uint64_t offset, uint64_t data, unsigned size) "SSE-300 CPU_PWRCTRL read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  238. armsse_cpu_pwrctrl_write(uint64_t offset, uint64_t data, unsigned size) "SSE-300 CPU_PWRCTRL write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  239. # armsse-cpuid.c
  240. armsse_cpuid_read(uint64_t offset, uint64_t data, unsigned size) "SSE-200 CPU_IDENTITY read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  241. armsse_cpuid_write(uint64_t offset, uint64_t data, unsigned size) "SSE-200 CPU_IDENTITY write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  242. # armsse-mhu.c
  243. armsse_mhu_read(uint64_t offset, uint64_t data, unsigned size) "SSE-200 MHU read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  244. armsse_mhu_write(uint64_t offset, uint64_t data, unsigned size) "SSE-200 MHU write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  245. # aspeed_xdma.c
  246. aspeed_xdma_write(uint64_t offset, uint64_t data) "XDMA write: offset 0x%" PRIx64 " data 0x%" PRIx64
  247. # aspeed_i3c.c
  248. aspeed_i3c_read(uint64_t offset, uint64_t data) "I3C read: offset 0x%" PRIx64 " data 0x%" PRIx64
  249. aspeed_i3c_write(uint64_t offset, uint64_t data) "I3C write: offset 0x%" PRIx64 " data 0x%" PRIx64
  250. aspeed_i3c_device_read(uint32_t deviceid, uint64_t offset, uint64_t data) "I3C Dev[%u] read: offset 0x%" PRIx64 " data 0x%" PRIx64
  251. aspeed_i3c_device_write(uint32_t deviceid, uint64_t offset, uint64_t data) "I3C Dev[%u] write: offset 0x%" PRIx64 " data 0x%" PRIx64
  252. # aspeed_sdmc.c
  253. aspeed_sdmc_write(uint64_t reg, uint64_t data) "reg @0x%" PRIx64 " data: 0x%" PRIx64
  254. aspeed_sdmc_read(uint64_t reg, uint64_t data) "reg @0x%" PRIx64 " data: 0x%" PRIx64
  255. # aspeed_peci.c
  256. aspeed_peci_read(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64
  257. aspeed_peci_write(uint64_t offset, uint64_t data) "offset 0x%" PRIx64 " data 0x%" PRIx64
  258. aspeed_peci_raise_interrupt(uint32_t ctrl, uint32_t status) "ctrl 0x%" PRIx32 " status 0x%" PRIx32
  259. # bcm2835_property.c
  260. bcm2835_mbox_property(uint32_t tag, uint32_t bufsize, size_t resplen) "mbox property tag:0x%08x in_sz:%u out_sz:%zu"
  261. # bcm2835_mbox.c
  262. bcm2835_mbox_write(unsigned int size, uint64_t addr, uint64_t value) "mbox write sz:%u addr:0x%"PRIx64" data:0x%"PRIx64
  263. bcm2835_mbox_read(unsigned int size, uint64_t addr, uint64_t value) "mbox read sz:%u addr:0x%"PRIx64" data:0x%"PRIx64
  264. bcm2835_mbox_irq(unsigned level) "mbox irq:ARM level:%u"
  265. # mac_via.c
  266. via1_rtc_update_data_out(int count, int value) "count=%d value=0x%02x"
  267. via1_rtc_update_data_in(int count, int value) "count=%d value=0x%02x"
  268. via1_rtc_internal_status(int cmd, int alt, int value) "cmd=0x%02x alt=0x%02x value=0x%02x"
  269. via1_rtc_internal_cmd(int cmd) "cmd=0x%02x"
  270. via1_rtc_cmd_invalid(int value) "value=0x%02x"
  271. via1_rtc_internal_time(uint32_t time) "time=0x%08x"
  272. via1_rtc_internal_set_cmd(int cmd) "cmd=0x%02x"
  273. via1_rtc_internal_ignore_cmd(int cmd) "cmd=0x%02x"
  274. via1_rtc_internal_set_alt(int alt, int sector, int offset) "alt=0x%02x sector=%u offset=%u"
  275. via1_rtc_cmd_seconds_read(int reg, int value) "reg=%d value=0x%02x"
  276. via1_rtc_cmd_seconds_write(int reg, int value) "reg=%d value=0x%02x"
  277. via1_rtc_cmd_test_write(int value) "value=0x%02x"
  278. via1_rtc_cmd_wprotect_write(int value) "value=0x%02x"
  279. via1_rtc_cmd_pram_read(int addr, int value) "addr=%u value=0x%02x"
  280. via1_rtc_cmd_pram_write(int addr, int value) "addr=%u value=0x%02x"
  281. via1_rtc_cmd_pram_sect_read(int sector, int offset, int addr, int value) "sector=%u offset=%u addr=0x%x value=0x%02x"
  282. via1_rtc_cmd_pram_sect_write(int sector, int offset, int addr, int value) "sector=%u offset=%u addr=0x%x value=0x%02x"
  283. via1_adb_send(const char *state, uint8_t data, const char *vadbint) "state %s data=0x%02x vADBInt=%s"
  284. via1_adb_receive(const char *state, uint8_t data, const char *vadbint, int status, int index, int size) "state %s data=0x%02x vADBInt=%s status=0x%x index=%d size=%d"
  285. via1_adb_poll(uint8_t data, const char *vadbint, int status, int index, int size) "data=0x%02x vADBInt=%s status=0x%x index=%d size=%d"
  286. via1_adb_netbsd_enum_hack(void) "using NetBSD enum hack"
  287. via1_auxmode(int mode) "setting auxmode to %d"
  288. via1_timer_hack_state(int state) "setting timer_hack_state to %d"
  289. # grlib_ahb_apb_pnp.c
  290. grlib_ahb_pnp_read(uint64_t addr, unsigned size, uint32_t value) "AHB PnP read addr:0x%03"PRIx64" size:%u data:0x%08x"
  291. grlib_apb_pnp_read(uint64_t addr, unsigned size, uint32_t value) "APB PnP read addr:0x%03"PRIx64" size:%u data:0x%08x"
  292. # led.c
  293. led_set_intensity(const char *color, const char *desc, uint8_t intensity_percent) "LED desc:'%s' color:%s intensity: %u%%"
  294. led_change_intensity(const char *color, const char *desc, uint8_t old_intensity_percent, uint8_t new_intensity_percent) "LED desc:'%s' color:%s intensity %u%% -> %u%%"
  295. # bcm2835_cprman.c
  296. bcm2835_cprman_read(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64
  297. bcm2835_cprman_write(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64
  298. bcm2835_cprman_write_invalid_magic(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64
  299. # virt_ctrl.c
  300. virt_ctrl_read(void *dev, unsigned int addr, unsigned int size, uint64_t value) "ctrl: %p reg: 0x%02x size: %d value: 0x%"PRIx64
  301. virt_ctrl_write(void *dev, unsigned int addr, unsigned int size, uint64_t value) "ctrl: %p reg: 0x%02x size: %d value: 0x%"PRIx64
  302. virt_ctrl_reset(void *dev) "ctrl: %p"
  303. virt_ctrl_realize(void *dev) "ctrl: %p"
  304. virt_ctrl_instance_init(void *dev) "ctrl: %p"
  305. # lasi.c
  306. lasi_chip_mem_valid(uint64_t addr, uint32_t val) "access to addr 0x%"PRIx64" is %d"
  307. lasi_chip_read(uint64_t addr, uint32_t val) "addr 0x%"PRIx64" val 0x%08x"
  308. lasi_chip_write(uint64_t addr, uint32_t val) "addr 0x%"PRIx64" val 0x%08x"
  309. # djmemc.c
  310. djmemc_read(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
  311. djmemc_write(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
  312. # iosb.c
  313. iosb_read(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
  314. iosb_write(int reg, uint64_t value, unsigned int size) "reg=0x%x value=0x%"PRIx64" size=%u"
  315. # aspeed_sli.c
  316. aspeed_sli_write(uint64_t offset, unsigned int size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  317. aspeed_sli_read(uint64_t offset, unsigned int size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  318. aspeed_sliio_write(uint64_t offset, unsigned int size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  319. aspeed_sliio_read(uint64_t offset, unsigned int size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
  320. # ivshmem-flat.c
  321. ivshmem_flat_irq_handler(uint16_t vector_id) "Caught interrupt request: vector %d"
  322. ivshmem_flat_new_peer(uint16_t peer_id) "New peer ID: %d"
  323. ivshmem_flat_add_vector_failure(uint16_t vector_id, uint32_t vector_fd, uint16_t peer_id) "Failed to add vector %u (fd = %u) to peer ID %u, maximum number of vectors reached"
  324. ivshmem_flat_add_vector_success(uint16_t vector_id, uint32_t vector_fd, uint16_t peer_id) "Successful addition of vector %u (fd = %u) to peer ID %u"
  325. ivshmem_flat_irq_resolved(const char *irq_qompath) "IRQ QOM path '%s' correctly resolved"
  326. ivshmem_flat_proto_ver_own_id(uint64_t proto_ver, uint16_t peer_id) "Protocol Version = 0x%"PRIx64", Own Peer ID = %u"
  327. ivshmem_flat_shmem_size(int fd, uint64_t size) "Shmem fd (%d) total size is %"PRIu64" byte(s)"
  328. ivshmem_flat_shmem_map(uint64_t addr) "Mapping shmem @ 0x%"PRIx64
  329. ivshmem_flat_mmio_map(uint64_t addr) "Mapping MMRs @ 0x%"PRIx64
  330. ivshmem_flat_read_mmr(uint64_t addr_offset) "Read access at offset %"PRIu64
  331. ivshmem_flat_read_mmr_doorbell(void) "DOORBELL register is write-only!"
  332. ivshmem_flat_read_write_mmr_invalid(uint64_t addr_offset) "No ivshmem register mapped at offset %"PRIu64
  333. ivshmem_flat_interrupt_invalid_peer(uint16_t peer_id) "Can't interrupt non-existing peer %u"
  334. ivshmem_flat_write_mmr(uint64_t addr_offset) "Write access at offset %"PRIu64
  335. ivshmem_flat_interrupt_peer(uint16_t peer_id, uint16_t vector_id) "Interrupting peer ID %u, vector %u..."
  336. # i2c-echo.c
  337. i2c_echo_event(const char *id, const char *event) "%s: %s"
  338. i2c_echo_recv(const char *id, uint8_t data) "%s: recv 0x%02" PRIx8
  339. i2c_echo_send(const char *id, uint8_t data) "%s: send 0x%02" PRIx8