Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Diosys-map.h368 #define __iosys_map_rd_sys(val__, vaddr__, type__) \ argument
369 val__ = READ_ONCE(*(type__ *)(vaddr__))
377 #define __iosys_map_wr_sys(val__, vaddr__, type__) \ argument
378 WRITE_ONCE(*(type__ *)(vaddr__), val__)

Completed in 3 milliseconds