Searched refs:unsync (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.15/net/core/ | 
| D | dev_addr_lists.c | 311 		       int (*unsync)(struct net_device *,  in __hw_addr_sync_dev()323 		if (unsync && unsync(dev, ha->addr))  in __hw_addr_sync_dev()
 367 			   int (*unsync)(struct net_device *,  in __hw_addr_ref_sync_dev()
 381 		if (unsync && unsync(dev, ha->addr, ref_cnt))  in __hw_addr_ref_sync_dev()
 424 			      int (*unsync)(struct net_device *,  in __hw_addr_ref_unsync_dev()
 434 		if (unsync && unsync(dev, ha->addr, ha->sync_cnt))  in __hw_addr_ref_unsync_dev()
 458 			  int (*unsync)(struct net_device *,  in __hw_addr_unsync_dev()
 468 		if (unsync && unsync(dev, ha->addr))  in __hw_addr_unsync_dev()
 
 | 
| /Linux-v5.15/arch/x86/kvm/mmu/ | 
| 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_internal.h | 42 	bool unsync;  member
 | 
| D | mmu.c | 1816 	if (sp->unsync)  in mmu_pages_add()1862 		} else if (child->unsync) {  in __mmu_unsync_walk()
 1888 	WARN_ON(!sp->unsync);  in kvm_unlink_unsync_page()
 1890 	sp->unsync = 0;  in kvm_unlink_unsync_page()
 2126 			if (level > PG_LEVEL_4K && sp->unsync)  in kvm_mmu_get_page()
 2135 		if (sp->unsync) {  in kvm_mmu_get_page()
 2259 	if (sp->unsync_children || sp->unsync)  in link_shadow_page()
 2381 	if (sp->unsync)  in __kvm_mmu_prepare_zap_page()
 2583 	sp->unsync = 1;  in kvm_unsync_page()
 2617 		if (sp->unsync)  in mmu_try_to_unsync_pages()
 [all …]
 
 | 
| D | paging_tmpl.h | 992 			if (!sp->unsync)  in FNAME()
 | 
| /Linux-v5.15/include/linux/ | 
| D | netdevice.h | 4625 		       int (*unsync)(struct net_device *,4631 			   int (*unsync)(struct net_device *,
 4635 			      int (*unsync)(struct net_device *,
 4639 			  int (*unsync)(struct net_device *,
 4691 				int (*unsync)(struct net_device *,  in __dev_uc_sync()
 4694 	return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync);  in __dev_uc_sync()
 4705 				   int (*unsync)(struct net_device *,  in __dev_uc_unsync()
 4708 	__hw_addr_unsync_dev(&dev->uc, dev, unsync);  in __dev_uc_unsync()
 4735 				int (*unsync)(struct net_device *,  in __dev_mc_sync()
 4738 	return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync);  in __dev_mc_sync()
 [all …]
 
 | 
| /Linux-v5.15/Documentation/virt/kvm/ | 
| D | mmu.rst | 233   unsync:236     changed but before the tlb entry is flushed.  Accordingly, unsync ptes
 240     How many sptes in the page point at pages that are unsync (or have
 
 | 
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_main.c | 8854 					int (*unsync)(struct hclge_vport *,  in hclge_unsync_vport_mac_list()8861 		ret = unsync(vport, mac_node->mac_addr);  in hclge_unsync_vport_mac_list()
 9066 				  int (*unsync)(struct hclge_vport *vport,  in hclge_unsync_del_list()
 9075 		ret = unsync(vport, mac_cfg->mac_addr);  in hclge_unsync_del_list()
 9097 	int (*unsync)(struct hclge_vport *vport, const unsigned char *addr);  in hclge_rm_vport_all_mac_table()  local
 9103 		unsync = hclge_rm_uc_addr_common;  in hclge_rm_vport_all_mac_table()
 9106 		unsync = hclge_rm_mc_addr_common;  in hclge_rm_vport_all_mac_table()
 9120 	hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list);  in hclge_rm_vport_all_mac_table()
 
 |