Searched refs:pmd_update (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/x86/mm/ |
D | pgtable.c | 364 pmd_update(vma->vm_mm, addr, pmdp); in pmdp_test_and_clear_young() 405 pmd_update(vma->vm_mm, address, pmdp); in pmdp_splitting_flush()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable.h | 63 #define pmd_update(mm, addr, ptep) do { } while (0) macro 749 pmd_update(mm, addr, pmdp); in pmdp_get_and_clear() 758 pmd_update(mm, addr, pmdp); in pmdp_set_wrprotect()
|
D | paravirt.h | 448 static inline void pmd_update(struct mm_struct *mm, unsigned long addr, in pmd_update() function 451 PVOP_VCALL3(pv_mmu_ops.pmd_update, mm, addr, pmdp); in pmd_update()
|
D | paravirt_types.h | 282 void (*pmd_update)(struct mm_struct *mm, unsigned long addr, member
|
/linux-3.4.99/arch/x86/kernel/ |
D | paravirt.c | 442 .pmd_update = paravirt_nop,
|