Linux Kernel
3.7.1
|
#include <asm/tlb.h>
Go to the source code of this file.
Macros | |
#define | _KERNPG_TABLE 0 |
#define | pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) |
#define | __pte_free_tlb(tlb, pte, addr) |
#define | pmd_pgtable(pmd) pmd_page(pmd) |
#define | pmd_free(mm, x) do { } while (0) |
#define | __pmd_free_tlb(tlb, x, addr) do { } while (0) |
#define | pgd_populate(mm, pmd, pte) BUG() |
Variables | |
const char | bad_pmd_string [] |
Definition at line 83 of file sun3_pgalloc.h.
Definition at line 35 of file sun3_pgalloc.h.
#define _KERNPG_TABLE 0 |
Definition at line 17 of file sun3_pgalloc.h.
Definition at line 100 of file sun3_pgalloc.h.
Definition at line 21 of file sun3_pgalloc.h.
#define pmd_free | ( | mm, | |
x | |||
) | do { } while (0) |
Definition at line 82 of file sun3_pgalloc.h.
Definition at line 76 of file sun3_pgalloc.h.