Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
x86_init_mapping Struct Reference

#include <x86_init.h>

Data Fields

void(* pagetable_reserve )(u64 start, u64 end)
 

Detailed Description

struct x86_init_mapping - platform specific initial kernel pagetable setup : reserve a range of addresses for kernel pagetable usage

For more details on the purpose of this hook, look in init_memory_mapping and the commit that added it.

Definition at line 78 of file x86_init.h.

Field Documentation

void(* pagetable_reserve)(u64 start, u64 end)

Definition at line 79 of file x86_init.h.


The documentation for this struct was generated from the following file: