Linux Kernel
3.7.1
|
#include <linux/compiler.h>
#include <linux/mm.h>
#include <linux/page-flags.h>
#include <linux/threads.h>
#include <linux/quicklist.h>
#include <asm/mmu_context.h>
Go to the source code of this file.
Macros | |
#define | __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) |
#define | pmd_pgtable(pmd) pmd_page(pmd) |
#define | __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) |