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

#include <x86_init.h>

Data Fields

void(* pagetable_init )(void)
 

Detailed Description

struct x86_init_paging - platform specific paging functions : platform specific paging initialization call to setup the kernel pagetables and prepare accessors functions. Callback must call paging_init(). Called once after the direct mapping for phys memory is available.

Definition at line 89 of file x86_init.h.

Field Documentation

void(* pagetable_init)(void)

Definition at line 90 of file x86_init.h.


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