#include <linux/pagemap.h>
#include <linux/swap.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
Go to the source code of this file.
|
| #define | MMU_GATHER_BUNDLE 8 |
| |
| #define | pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr) |
| |
| #define | pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) |
| |
| #define | pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) |
| |
| #define | tlb_migrate_finish(mm) do { } while (0) |
| |
| #define MMU_GATHER_BUNDLE 8 |
Definition at line 28 of file tlb.h.
| #define pud_free_tlb |
( |
|
tlb, |
|
|
|
pudp, |
|
|
|
addr |
|
) |
| pud_free((tlb)->mm, pudp) |
| #define tlb_migrate_finish |
( |
|
mm | ) |
do { } while (0) |