Searched refs:pmd_update (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 66 #define pmd_update(mm, addr, ptep) do { } while (0) macro 807 pmd_update(mm, addr, pmdp); in pmdp_get_and_clear() 816 pmd_update(mm, addr, pmdp); in pmdp_set_wrprotect()
|
D | paravirt.h | 408 static inline void pmd_update(struct mm_struct *mm, unsigned long addr, in pmd_update() function 411 PVOP_VCALL3(pv_mmu_ops.pmd_update, mm, addr, pmdp); in pmd_update()
|
D | paravirt_types.h | 281 void (*pmd_update)(struct mm_struct *mm, unsigned long addr, member
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 473 pmd_update(vma->vm_mm, addr, pmdp); in pmdp_test_and_clear_young() 521 pmd_update(vma->vm_mm, address, pmdp); in pmdp_splitting_flush()
|
/linux-4.1.27/arch/x86/kernel/ |
D | paravirt.c | 448 .pmd_update = paravirt_nop,
|