Home
last modified time | relevance | path

Searched refs:__write (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c493 int __maybe_unused __write, in access_fpreg() argument
553 int __write, void *arg) in access_mem() argument
563 if (__write || !stack || !ui->sample->user_regs.regs) { in access_mem()
600 int __write, void *arg) in access_reg() argument
607 if (__write) { in access_reg()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h283 #define SPINAND_INFO_OP_VARIANTS(__read, __write, __update) \ argument
286 .write_cache = __write, \
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__write_env.hpp87 inline constexpr __write_env_t __write{}; variable
/openbmc/linux/include/linux/mtd/
H A Dspinand.h365 #define SPINAND_INFO_OP_VARIANTS(__read, __write, __update) \ argument
368 .write_cache = __write, \
/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c36 #define DEBUGFS_ATTR(__space, __write) \ argument
47 .write = __write, \
/openbmc/linux/drivers/ntb/test/
H A Dntb_tool.c272 #define TOOL_FOPS_RDWR(__name, __read, __write) \ argument
277 .write = __write, \