Data Fields | |
| unsigned int * | start |
| pointer to where the mapping starts in our address space | |
| unsigned long | size |
| Size / length in bytes. | |
| unsigned long | phys |
| Physical / absolute address of the mapping. | |
| int | type |
| Mapping What have we mapped here | |
| unsigned int * | before |
| Buffer which hold the data as caputered by dump_before(). | |
| unsigned int * | after |
| Buffer which hold the data as caputered by dump_after(). | |
|
|
Buffer which hold the data as caputered by dump_after().
|
|
|
Buffer which hold the data as caputered by dump_before().
|
|
|
Physical / absolute address of the mapping.
|
|
|
Size / length in bytes.
|
|
|
pointer to where the mapping starts in our address space
|
|
|
Mapping What have we mapped here
|
1.4.4