Go to the documentation of this file.
243 #include <linux/stddef.h>
250 #elif defined(__KERNEL__)
252 #include <linux/types.h>
298 #define IORPC_OPCODE(FORMAT, CODE) (((FORMAT) << 16) | (CODE))
304 #ifndef __BIG_ENDIAN__
345 #define IORPC_MEM_BUFFER_FLAG_NT_HINT (1 << 0)
348 #define IORPC_MEM_BUFFER_FLAG_IO_PIN (1 << 1)
370 #if defined(__KERNEL__) || defined(__HV__)
383 unsigned long long pa;