Lines Matching refs:_THIS_IP_

191 	log_read_mmio(8, addr, _THIS_IP_, _RET_IP_);  in readb()
195 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_); in readb()
206 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw()
210 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_); in readw()
221 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl()
225 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_); in readl()
237 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq()
241 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_); in readq()
251 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
255 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb()
263 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
267 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew()
275 log_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel()
279 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel()
288 log_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq()
292 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq()
308 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
310 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_); in readb_relaxed()
321 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
323 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_); in readw_relaxed()
334 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
336 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_); in readl_relaxed()
347 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
349 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_); in readq_relaxed()
358 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb_relaxed()
360 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb_relaxed()
368 log_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew_relaxed()
370 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew_relaxed()
378 log_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel_relaxed()
380 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel_relaxed()
388 log_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq_relaxed()
390 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq_relaxed()