Searched defs:pmd_update_defer (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Dparavirt.h420 static inline void pmd_update_defer(struct mm_struct *mm, unsigned long addr, function
423 PVOP_VCALL3(pv_mmu_ops.pmd_update_defer, mm, addr, pmdp);
H A Dparavirt_types.h283 void (*pmd_update_defer)(struct mm_struct *mm, member in struct:pv_mmu_ops
H A Dpgtable.h66 #define pmd_update_defer(mm, addr, ptep) do { } while (0) macro

Completed in 10 milliseconds