Searched refs:log_post_write_mmio (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | trace_readwrite.c | 24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() function 29 EXPORT_SYMBOL_GPL(log_post_write_mmio);
|
/linux-6.12.1/include/asm-generic/ |
D | io.h | 85 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, 96 static inline void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() function 256 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb() 268 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew() 280 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel() 293 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq() 361 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_); in writeb_relaxed() 371 log_post_write_mmio(value, 16, addr, _THIS_IP_, _RET_IP_); in writew_relaxed() 381 log_post_write_mmio(value, 32, addr, _THIS_IP_, _RET_IP_); in writel_relaxed() 391 log_post_write_mmio(value, 64, addr, _THIS_IP_, _RET_IP_); in writeq_relaxed()
|