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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h59 #define pte_update_defer(mm, addr, ptep) do { } while (0) macro
540 * until the TLB flush event by using the pte_update_defer form of the
546 #define pte_update_defer(mm, addr, ptep) do { } while (0) macro
H A Dparavirt.h444 static inline void pte_update_defer(struct mm_struct *mm, unsigned long addr, function
447 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep);
H A Dparavirt_types.h271 void (*pte_update_defer)(struct mm_struct *mm, member in struct:pv_mmu_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable.c306 pte_update_defer(vma->vm_mm, address, ptep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dparavirt.c426 .pte_update_defer = paravirt_nop,
H A Dvmi_32.c738 pv_mmu_ops.pte_update_defer = vmi_update_pte_defer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c1300 pv_mmu_ops.pte_update_defer = lguest_pte_update;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c1964 .pte_update_defer = paravirt_nop,

Completed in 142 milliseconds