Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
efi_64.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/bootmem.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/efi.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/reboot.h>
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/e820.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/proto.h>
#include <asm/efi.h>
#include <asm/cacheflush.h>
#include <asm/fixmap.h>

Go to the source code of this file.

Functions

void __init efi_call_phys_prelog (void)
 
void __init efi_call_phys_epilog (void)
 
void __iomem *__init efi_ioremap (unsigned long phys_addr, unsigned long size, u32 type, u64 attribute)
 

Function Documentation

void __init efi_call_phys_epilog ( void  )

Definition at line 73 of file efi_64.c.

void __init efi_call_phys_prelog ( void  )

Definition at line 61 of file efi_64.c.

void __iomem* __init efi_ioremap ( unsigned long  phys_addr,
unsigned long  size,
u32  type,
u64  attribute 
)

Definition at line 84 of file efi_64.c.