|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | __tlb_flush_full(mm) __tlb_flush_local() |
| #define | __tlb_flush_global() __tlb_flush_local() |
| #define | flush_tlb() do { } while (0) |
| #define | flush_tlb_all() do { } while (0) |
| #define | flush_tlb_page(vma, addr) do { } while (0) |
| #define __tlb_flush_full | ( | mm | ) | __tlb_flush_local() |
Definition at line 61 of file tlbflush.h.
| #define __tlb_flush_global | ( | ) | __tlb_flush_local() |
Definition at line 62 of file tlbflush.h.
| #define flush_tlb | ( | void | ) | do { } while (0) |
Definition at line 117 of file tlbflush.h.
| #define flush_tlb_all | ( | void | ) | do { } while (0) |
Definition at line 118 of file tlbflush.h.
| #define flush_tlb_page | ( | vma, | |
| addr | |||
| ) | do { } while (0) |
Definition at line 119 of file tlbflush.h.
1.8.2