Searched refs:unsync (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/core/ |
D | dev_addr_lists.c | 240 int (*unsync)(struct net_device *, in __hw_addr_sync_dev() 252 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev() 296 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev() 310 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev() 353 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev() 363 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev() 387 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev() 397 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
|
/Linux-v5.4/arch/x86/kvm/ |
D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
D | mmu_audit.c | 102 if (sp->unsync) { in audit_mappings() 170 if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync) in audit_spte_after_sync() 198 if (sp->role.direct || sp->unsync || sp->role.invalid) in audit_write_protection()
|
D | mmu.c | 2251 if (sp->unsync) in mmu_pages_add() 2297 } else if (child->unsync) { in __mmu_unsync_walk() 2323 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page() 2325 sp->unsync = 0; in kvm_unlink_unsync_page() 2416 if (!s->unsync) in kvm_sync_pages() 2578 if (!need_sync && sp->unsync) in kvm_mmu_get_page() 2584 if (sp->unsync) { in kvm_mmu_get_page() 2717 if (sp->unsync_children || sp->unsync) in link_shadow_page() 2829 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2953 sp->unsync = 1; in kvm_unsync_page() [all …]
|
D | paging_tmpl.h | 922 if (!sp->unsync) in FNAME()
|
/Linux-v5.4/include/linux/ |
D | netdevice.h | 4105 int (*unsync)(struct net_device *, 4111 int (*unsync)(struct net_device *, 4115 int (*unsync)(struct net_device *, 4119 int (*unsync)(struct net_device *, 4153 int (*unsync)(struct net_device *, in __dev_uc_sync() 4156 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4167 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4170 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4197 int (*unsync)(struct net_device *, in __dev_mc_sync() 4200 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() [all …]
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | mmu.txt | 217 unsync: 220 changed but before the tlb entry is flushed. Accordingly, unsync ptes 224 How many sptes in the page point at pages that are unsync (or have
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_host.h | 317 bool unsync; member
|