Searched refs:pte_update_defer (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dpgtable_32.h251 * until the TLB flush event by using the pte_update_defer form of the
257 #define pte_update_defer(mm, addr, ptep) do { } while (0) macro
283 pte_update_defer((vma)->vm_mm, (address), (ptep)); \
H A Dparavirt.h212 void (*pte_update_defer)(struct mm_struct *mm, member in struct:pv_mmu_ops
819 static inline void pte_update_defer(struct mm_struct *mm, unsigned long addr, function
822 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep);

Completed in 72 milliseconds