Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | ptep_set_access_flags (struct vm_area_struct *vma, unsigned long address, pte_t *ptep, pte_t entry, int dirty) |
int | pmdp_set_access_flags (struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp, pmd_t entry, int dirty) |
int | ptep_clear_flush_young (struct vm_area_struct *vma, unsigned long address, pte_t *ptep) |
int | pmdp_clear_flush_young (struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp) |
pte_t | ptep_clear_flush (struct vm_area_struct *vma, unsigned long address, pte_t *ptep) |
int pmdp_clear_flush_young | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pmd_t * | pmdp | ||
) |
Definition at line 69 of file pgtable-generic.c.
int pmdp_set_access_flags | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pmd_t * | pmdp, | ||
pmd_t | entry, | ||
int | dirty | ||
) |
Definition at line 37 of file pgtable-generic.c.
pte_t ptep_clear_flush | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pte_t * | ptep | ||
) |
Definition at line 86 of file pgtable-generic.c.
int ptep_clear_flush_young | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pte_t * | ptep | ||
) |
Definition at line 57 of file pgtable-generic.c.
int ptep_set_access_flags | ( | struct vm_area_struct * | vma, |
unsigned long | address, | ||
pte_t * | ptep, | ||
pte_t | entry, | ||
int | dirty | ||
) |
Definition at line 23 of file pgtable-generic.c.