Lines Matching refs:_THIS_IP_
192 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb()
196 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_); in readb()
207 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw()
211 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_); in readw()
222 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl()
226 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_); in readl()
238 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq()
242 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_); in readq()
252 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
256 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
264 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
268 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
276 log_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel()
280 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel()
289 log_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq()
293 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq()
309 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
311 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
322 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
324 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
335 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
337 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
348 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
350 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
359 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb_relaxed()
361 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb_relaxed()
369 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew_relaxed()
371 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew_relaxed()
379 log_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel_relaxed()
381 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel_relaxed()
389 log_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq_relaxed()
391 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq_relaxed()