Home
last modified time | relevance | path

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

/linux-4.4.14/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()
173 if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync) in audit_spte_after_sync()
201 if (sp->role.direct || sp->unsync || sp->role.invalid) in audit_write_protection()
Dmmu.c1798 if (sp->unsync) in mmu_pages_add()
1834 } else if (child->unsync) { in __mmu_unsync_walk()
1865 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
1867 sp->unsync = 0; in kvm_unlink_unsync_page()
1950 if (!s->unsync) in kvm_sync_pages()
2110 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2116 if (sp->unsync && kvm_sync_page_transient(vcpu, sp)) in kvm_mmu_get_page()
2123 } else if (sp->unsync) in kvm_mmu_get_page()
2327 if (sp->unsync) in kvm_mmu_prepare_zap_page()
2441 sp->unsync = 1; in __kvm_unsync_page()
[all …]
Dpaging_tmpl.h849 if (!sp->unsync) in FNAME()
/linux-4.4.14/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.4.14/include/linux/
Dnetdevice.h3443 int (*unsync)(struct net_device *,
3447 int (*unsync)(struct net_device *,
3481 int (*unsync)(struct net_device *, in __dev_uc_sync()
3484 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync()
3495 int (*unsync)(struct net_device *, in __dev_uc_unsync()
3498 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync()
3525 int (*unsync)(struct net_device *, in __dev_mc_sync()
3528 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync()
3539 int (*unsync)(struct net_device *, in __dev_mc_unsync()
3542 __hw_addr_unsync_dev(&dev->mc, dev, unsync); in __dev_mc_unsync()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db429 API---dev-uc-unsync
431 API---dev-mc-unsync
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt210 unsync:
213 changed but before the tlb entry is flushed. Accordingly, unsync ptes
217 How many sptes in the page point at pages that are unsync (or have
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h230 bool unsync; member