unsync            317 arch/x86/include/asm/kvm_host.h 	bool unsync;
unsync           2256 arch/x86/kvm/mmu.c 	if (sp->unsync)
unsync           2302 arch/x86/kvm/mmu.c 		} else if (child->unsync) {
unsync           2328 arch/x86/kvm/mmu.c 	WARN_ON(!sp->unsync);
unsync           2330 arch/x86/kvm/mmu.c 	sp->unsync = 0;
unsync           2421 arch/x86/kvm/mmu.c 		if (!s->unsync)
unsync           2583 arch/x86/kvm/mmu.c 		if (!need_sync && sp->unsync)
unsync           2589 arch/x86/kvm/mmu.c 		if (sp->unsync) {
unsync           2722 arch/x86/kvm/mmu.c 	if (sp->unsync_children || sp->unsync)
unsync           2834 arch/x86/kvm/mmu.c 	if (sp->unsync)
unsync           2958 arch/x86/kvm/mmu.c 	sp->unsync = 1;
unsync           2975 arch/x86/kvm/mmu.c 		if (sp->unsync)
unsync           3958 arch/x86/kvm/mmu.c 		if (!smp_load_acquire(&sp->unsync) &&
unsync            102 arch/x86/kvm/mmu_audit.c 	if (sp->unsync) {
unsync            170 arch/x86/kvm/mmu_audit.c 	if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync)
unsync            198 arch/x86/kvm/mmu_audit.c 	if (sp->role.direct || sp->unsync || sp->role.invalid)
unsync             16 arch/x86/kvm/mmutrace.h 	__field(bool, unsync)
unsync             23 arch/x86/kvm/mmutrace.h 	__entry->unsync = sp->unsync;
unsync             46 arch/x86/kvm/mmutrace.h 			 __entry->unsync ? "unsync" : "sync", 0);	\
unsync            922 arch/x86/kvm/paging_tmpl.h 			if (!sp->unsync)
unsync           4114 include/linux/netdevice.h 		       int (*unsync)(struct net_device *,
unsync           4120 include/linux/netdevice.h 			   int (*unsync)(struct net_device *,
unsync           4124 include/linux/netdevice.h 			      int (*unsync)(struct net_device *,
unsync           4128 include/linux/netdevice.h 			  int (*unsync)(struct net_device *,
unsync           4162 include/linux/netdevice.h 				int (*unsync)(struct net_device *,
unsync           4165 include/linux/netdevice.h 	return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync);
unsync           4176 include/linux/netdevice.h 				   int (*unsync)(struct net_device *,
unsync           4179 include/linux/netdevice.h 	__hw_addr_unsync_dev(&dev->uc, dev, unsync);
unsync           4206 include/linux/netdevice.h 				int (*unsync)(struct net_device *,
unsync           4209 include/linux/netdevice.h 	return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync);
unsync           4220 include/linux/netdevice.h 				   int (*unsync)(struct net_device *,
unsync           4223 include/linux/netdevice.h 	__hw_addr_unsync_dev(&dev->mc, dev, unsync);
unsync            240 net/core/dev_addr_lists.c 		       int (*unsync)(struct net_device *,
unsync            252 net/core/dev_addr_lists.c 		if (unsync && unsync(dev, ha->addr))
unsync            296 net/core/dev_addr_lists.c 			   int (*unsync)(struct net_device *,
unsync            310 net/core/dev_addr_lists.c 		if (unsync && unsync(dev, ha->addr, ref_cnt))
unsync            353 net/core/dev_addr_lists.c 			      int (*unsync)(struct net_device *,
unsync            363 net/core/dev_addr_lists.c 		if (unsync && unsync(dev, ha->addr, ha->sync_cnt))
unsync            387 net/core/dev_addr_lists.c 			  int (*unsync)(struct net_device *,
unsync            397 net/core/dev_addr_lists.c 		if (unsync && unsync(dev, ha->addr))