summaryrefslogtreecommitdiff
path: root/include/linux/mdev.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2022-06-28 22:10:16 +0300
committerLucas De Marchi <lucas.demarchi@intel.com>2022-06-30 03:42:28 +0300
commit6fb5ee7cec06266a29f25ecc01a23b9d107f64e1 (patch)
tree286b3ec743d32cac4efdae9630b01980afe8728c /include/linux/mdev.h
parent5f278dbd540b7548bc5193552e6d478255c14c2d (diff)
downloadlinux-6fb5ee7cec06266a29f25ecc01a23b9d107f64e1.tar.xz
iosys-map: Add per-word write
Like was done for read, provide the equivalent for write. Even if current users are not in the hot path, this should future-proof it. v2: - Remove default from _Generic() - callers wanting to write more than u64 should use iosys_map_memcpy_to() - Add WRITE_ONCE() cases dereferencing the pointer when using system memory v3: - Fix precedence issue when casting inside WRITE_ONCE(). By not using () around vaddr__ the offset was not part of the cast, but rather added to it, producing a wrong address - Remove compiletime_assert() as WRITE_ONCE() already contains it Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Reviewed-by: Christian König <christian.koenig@amd.com> # v1 Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20220628191016.3899428-2-lucas.demarchi@intel.com
Diffstat (limited to 'include/linux/mdev.h')
0 files changed, 0 insertions, 0 deletions