Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmutrace.h16 __field(bool, unsync)
23 __entry->unsync = sp->unsync;
46 __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.c2078 if (sp->unsync) in mmu_pages_add()
2124 } else if (child->unsync) { in __mmu_unsync_walk()
2150 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
2152 sp->unsync = 0; in kvm_unlink_unsync_page()
2234 if (!s->unsync) in kvm_sync_pages()
2396 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2402 if (sp->unsync) { in kvm_mmu_get_page()
2536 if (sp->unsync_children || sp->unsync) in link_shadow_page()
2643 if (sp->unsync) in kvm_mmu_prepare_zap_page()
2754 sp->unsync = 1; in kvm_unsync_page()
[all …]
Dpaging_tmpl.h889 if (!sp->unsync) in FNAME()
/Linux-v4.19/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-v4.19/include/linux/
Dnetdevice.h4010 int (*unsync)(struct net_device *,
4014 int (*unsync)(struct net_device *,
4048 int (*unsync)(struct net_device *, in __dev_uc_sync()
4051 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync()
4062 int (*unsync)(struct net_device *, in __dev_uc_unsync()
4065 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync()
4092 int (*unsync)(struct net_device *, in __dev_mc_sync()
4095 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync()
4106 int (*unsync)(struct net_device *, in __dev_mc_unsync()
4109 __hw_addr_unsync_dev(&dev->mc, dev, unsync); in __dev_mc_unsync()
/Linux-v4.19/Documentation/virtual/kvm/
Dmmu.txt214 unsync:
217 changed but before the tlb entry is flushed. Accordingly, unsync ptes
221 How many sptes in the page point at pages that are unsync (or have
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h294 bool unsync; member