Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | FIXADDR_START 0xfff00000UL |
#define | FIXADDR_TOP 0xfffe0000UL |
#define | FIXADDR_SIZE (FIXADDR_TOP - FIXADDR_START) |
#define | FIX_KMAP_BEGIN 0 |
#define | FIX_KMAP_END (FIXADDR_SIZE >> PAGE_SHIFT) |
#define | __fix_to_virt(x) (FIXADDR_START + ((x) << PAGE_SHIFT)) |
#define | __virt_to_fix(x) (((x) - FIXADDR_START) >> PAGE_SHIFT) |
Functions | |
void | __this_fixmap_does_not_exist (void) |
#define __fix_to_virt | ( | x | ) | (FIXADDR_START + ((x) << PAGE_SHIFT)) |
#define __virt_to_fix | ( | x | ) | (((x) - FIXADDR_START) >> PAGE_SHIFT) |
#define FIX_KMAP_END (FIXADDR_SIZE >> PAGE_SHIFT) |
#define FIXADDR_SIZE (FIXADDR_TOP - FIXADDR_START) |
Definition at line 453 of file pgtable_32.c.