|
iPXE
|
iPXE I/O mapping API using phys_to_virt() More...
Go to the source code of this file.
Macros | |
| #define | IOMAP_PREFIX_virt __virt_ |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static __always_inline void * | IOMAP_INLINE (virt, ioremap)(unsigned long bus_addr |
| static __always_inline void | IOMAP_INLINE (virt, iounmap)(volatile const void *io_addr __unused) |
| static __always_inline unsigned long | IOMAP_INLINE (virt, io_to_bus)(volatile const void *io_addr) |
Variables | |
| static __always_inline void size_t len | __unused |
iPXE I/O mapping API using phys_to_virt()
Definition in file iomap_virt.h.
| #define IOMAP_PREFIX_virt __virt_ |
Definition at line 18 of file iomap_virt.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
|
inlinestatic |
Definition at line 27 of file iomap_virt.h.
|
inlinestatic |
Definition at line 32 of file iomap_virt.h.
| __always_inline void size_t len __unused |
Definition at line 22 of file iomap_virt.h.
1.8.15