Skip to content
Snippets Groups Projects
Commit 53cabe3d authored by Ivan Gorinov's avatar Ivan Gorinov Committed by Bin Meng
Browse files

x86: Add 64-bit memory-mapped I/O functions


Add readq() and writeq() definitions for x86.

Please note: in 32-bit code readq/writeq will generate two 32-bit
memory access instructions instead of one atomic 64-bit operation.

Signed-off-by: default avatarIvan Gorinov <ivan.gorinov@intel.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent ebca902a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment