Linux Kernel
3.7.1
|
#include <asm/m32r.h>
Go to the source code of this file.
Macros | |
#define | flush_tlb_all() do { } while (0) |
#define | flush_tlb_mm(mm) do { } while (0) |
#define | flush_tlb_page(vma, vmaddr) do { } while (0) |
#define | flush_tlb_range(vma, start, end) do { } while (0) |
Functions | |
void | local_flush_tlb_all (void) |
void | local_flush_tlb_mm (struct mm_struct *) |
void | local_flush_tlb_page (struct vm_area_struct *, unsigned long) |
void | local_flush_tlb_range (struct vm_area_struct *, unsigned long, unsigned long) |
void | update_mmu_cache (struct vm_area_struct *, unsigned long, pte_t *) |
#define flush_tlb_all | ( | void | ) | do { } while (0) |
Definition at line 32 of file tlbflush.h.
#define flush_tlb_mm | ( | mm | ) | do { } while (0) |
Definition at line 33 of file tlbflush.h.
#define flush_tlb_page | ( | vma, | |
vmaddr | |||
) | do { } while (0) |
Definition at line 34 of file tlbflush.h.
Definition at line 35 of file tlbflush.h.
Definition at line 122 of file fault-nommu.c.
void local_flush_tlb_page | ( | struct vm_area_struct * | , |
unsigned | long | ||
) |
Definition at line 105 of file fault-nommu.c.
void local_flush_tlb_range | ( | struct vm_area_struct * | , |
unsigned | long, | ||
unsigned | long | ||
) |
Definition at line 113 of file fault-nommu.c.