Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
fixmap.h File Reference
#include <linux/kernel.h>
#include <asm/page.h>

Go to the source code of this file.

Macros

#define FIXADDR_TOP   ((unsigned long)(-PAGE_SIZE))
 
#define set_fixmap(idx, phys)   __set_fixmap(idx, phys, PAGE_KERNEL)
 
#define set_fixmap_nocache(idx, phys)   __set_fixmap(idx, phys, PAGE_KERNEL_CI)
 
#define clear_fixmap(idx)   __set_fixmap(idx, 0, __pgprot(0))
 
#define __FIXADDR_SIZE   (__end_of_fixed_addresses << PAGE_SHIFT)
 
#define FIXADDR_START   (FIXADDR_TOP - __FIXADDR_SIZE)
 
#define __fix_to_virt(x)   (FIXADDR_TOP - ((x) << PAGE_SHIFT))
 
#define __virt_to_fix(x)   ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT)
 

Enumerations

enum  fixed_addresses {
  FIX_KMAP_BEGIN, FIX_KMAP_END, __end_of_fixed_addresses, FIX_HOLE,
  __end_of_fixed_addresses, FIX_CMAP_BEGIN, FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * 2), __end_of_fixed_addresses,
  FIX_IOREMAP_BEGIN, FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS - 1, __end_of_fixed_addresses, FIX_HOLE,
  FIX_EARLY_DEBUG_TOP = FIX_HOLE, FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+((128*1024)/PAGE_SIZE)-1, __end_of_fixed_addresses, FIX_CMAP_BEGIN,
  FIX_CMAP_END = FIX_CMAP_BEGIN + FIX_N_COLOURS, __end_of_fixed_addresses, FIX_CMAP_BEGIN, FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS) - 1,
  __end_of_fixed_addresses, FIX_HOLE, __end_of_fixed_addresses, __end_of_permanent_fixed_addresses,
  __end_of_fixed_addresses = __end_of_permanent_fixed_addresses, __end_of_fixed_addresses, VSYSCALL_LAST_PAGE, VSYSCALL_FIRST_PAGE,
  VVAR_PAGE, VSYSCALL_HPET, FIX_DBGP_BASE, FIX_EARLYCON_MEM_BASE,
  FIX_TEXT_POKE1, FIX_TEXT_POKE0, __end_of_permanent_fixed_addresses, FIX_BTMAP_END,
  FIX_BTMAP_BEGIN = FIX_BTMAP_END + TOTAL_FIX_BTMAPS - 1, __end_of_fixed_addresses
}
 

Functions

void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
 
void __this_fixmap_does_not_exist (void)
 

Macro Definition Documentation

#define __fix_to_virt (   x)    (FIXADDR_TOP - ((x) << PAGE_SHIFT))

Definition at line 75 of file fixmap.h.

#define __FIXADDR_SIZE   (__end_of_fixed_addresses << PAGE_SHIFT)

Definition at line 72 of file fixmap.h.

#define __virt_to_fix (   x)    ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT)

Definition at line 76 of file fixmap.h.

#define clear_fixmap (   idx)    __set_fixmap(idx, 0, __pgprot(0))

Definition at line 69 of file fixmap.h.

#define FIXADDR_START   (FIXADDR_TOP - __FIXADDR_SIZE)

Definition at line 73 of file fixmap.h.

#define FIXADDR_TOP   ((unsigned long)(-PAGE_SIZE))

Definition at line 29 of file fixmap.h.

#define set_fixmap (   idx,
  phys 
)    __set_fixmap(idx, phys, PAGE_KERNEL)

Definition at line 61 of file fixmap.h.

#define set_fixmap_nocache (   idx,
  phys 
)    __set_fixmap(idx, phys, PAGE_KERNEL_CI)

Definition at line 66 of file fixmap.h.

Enumeration Type Documentation

Enumerator:
FIX_KMAP_BEGIN 
FIX_KMAP_END 
__end_of_fixed_addresses 
FIX_HOLE 
__end_of_fixed_addresses 
FIX_CMAP_BEGIN 
FIX_CMAP_END 
__end_of_fixed_addresses 
FIX_IOREMAP_BEGIN 
FIX_IOREMAP_END 
__end_of_fixed_addresses 
FIX_HOLE 
FIX_EARLY_DEBUG_TOP 
FIX_EARLY_DEBUG_BASE 
__end_of_fixed_addresses 
FIX_CMAP_BEGIN 
FIX_CMAP_END 
__end_of_fixed_addresses 
FIX_CMAP_BEGIN 
FIX_CMAP_END 
__end_of_fixed_addresses 
FIX_HOLE 
__end_of_fixed_addresses 
__end_of_permanent_fixed_addresses 
__end_of_fixed_addresses 
__end_of_fixed_addresses 
VSYSCALL_LAST_PAGE 
VSYSCALL_FIRST_PAGE 
VVAR_PAGE 
VSYSCALL_HPET 
FIX_DBGP_BASE 
FIX_EARLYCON_MEM_BASE 
FIX_TEXT_POKE1 
FIX_TEXT_POKE0 
__end_of_permanent_fixed_addresses 
FIX_BTMAP_END 
FIX_BTMAP_BEGIN 
__end_of_fixed_addresses 

Definition at line 49 of file fixmap.h.

Function Documentation

void __set_fixmap ( enum fixed_addresses  idx,
phys_addr_t  phys,
pgprot_t  flags 
)

Definition at line 254 of file pgtable.c.

void __this_fixmap_does_not_exist ( void  )

Definition at line 453 of file pgtable_32.c.