Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | REP_BASE CAC_BASE |
#define | MAPPED_KERN_RO_TO_PHYS(x) (x - REP_BASE) |
#define | MAPPED_KERN_RW_TO_PHYS(x) (x - REP_BASE) |
#define | MAPPED_KERN_RO_TO_K0(x) PHYS_TO_K0(MAPPED_KERN_RO_TO_PHYS(x)) |
#define | MAPPED_KERN_RW_TO_K0(x) PHYS_TO_K0(MAPPED_KERN_RW_TO_PHYS(x)) |
#define MAPPED_KERN_RO_TO_K0 | ( | x | ) | PHYS_TO_K0(MAPPED_KERN_RO_TO_PHYS(x)) |
Definition at line 51 of file mapped_kernel.h.
Definition at line 46 of file mapped_kernel.h.
#define MAPPED_KERN_RW_TO_K0 | ( | x | ) | PHYS_TO_K0(MAPPED_KERN_RW_TO_PHYS(x)) |
Definition at line 52 of file mapped_kernel.h.
Definition at line 47 of file mapped_kernel.h.
#define REP_BASE CAC_BASE |
Definition at line 27 of file mapped_kernel.h.