Home
last modified time | relevance | path

Searched refs:unsync (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dmmutrace.h15 __field(bool, unsync)
22 __entry->unsync = sp->unsync;
43 __entry->unsync ? "unsync" : "sync", 0); \
Dmmu_audit.c105 if (sp->unsync) { in audit_mappings()
169 if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync) in audit_spte_after_sync()
195 if (sp->role.direct || sp->unsync || sp->role.invalid) in audit_write_protection()
Dmmu.c1727 if (sp->unsync) in mmu_pages_add()
1763 } else if (child->unsync) { in __mmu_unsync_walk()
1794 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
1796 sp->unsync = 0; in kvm_unlink_unsync_page()
1879 if (!s->unsync) in kvm_sync_pages()
2039 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2045 if (sp->unsync && kvm_sync_page_transient(vcpu, sp)) in kvm_mmu_get_page()
2052 } else if (sp->unsync) in kvm_mmu_get_page()
2256 if (sp->unsync) in kvm_mmu_prepare_zap_page()
2475 sp->unsync = 1; in __kvm_unsync_page()
[all …]
Dpaging_tmpl.h860 if (!sp->unsync) in FNAME()
/linux-4.1.27/net/core/
Ddev_addr_lists.c244 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
256 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev()
294 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
304 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
/linux-4.1.27/include/linux/
Dnetdevice.h3360 int (*unsync)(struct net_device *,
3364 int (*unsync)(struct net_device *,
3398 int (*unsync)(struct net_device *, in __dev_uc_sync()
3401 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync()
3412 int (*unsync)(struct net_device *, in __dev_uc_unsync()
3415 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync()
3442 int (*unsync)(struct net_device *, in __dev_mc_sync()
3445 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync()
3456 int (*unsync)(struct net_device *, in __dev_mc_unsync()
3459 __hw_addr_unsync_dev(&dev->mc, dev, unsync); in __dev_mc_unsync()
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt204 unsync:
207 changed but before the tlb entry is flushed. Accordingly, unsync ptes
211 How many sptes in the page point at pages that are unsync (or have
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h228 bool unsync; member