Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev_addr_lists.c240 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.10/arch/x86/kvm/mmu/
Dmmutrace.h16 __field(bool, unsync)
23 __entry->unsync = sp->unsync;
46 __entry->unsync ? "unsync" : "sync", 0); \
Dmmu_audit.c102 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()
Dmmu_internal.h28 bool unsync; member
Dmmu.c1740 if (sp->unsync) in mmu_pages_add()
1786 } else if (child->unsync) { in __mmu_unsync_walk()
1812 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
1814 sp->unsync = 0; in kvm_unlink_unsync_page()
1904 if (!s->unsync) in kvm_sync_pages()
2067 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2076 if (sp->unsync) { in kvm_mmu_get_page()
2202 if (sp->unsync_children || sp->unsync) in link_shadow_page()
2326 if (sp->unsync) in __kvm_mmu_prepare_zap_page()
2505 sp->unsync = 1; in kvm_unsync_page()
[all …]
Dpaging_tmpl.h933 if (!sp->unsync) in FNAME()
/Linux-v5.10/include/linux/
Dnetdevice.h4393 int (*unsync)(struct net_device *,
4399 int (*unsync)(struct net_device *,
4403 int (*unsync)(struct net_device *,
4407 int (*unsync)(struct net_device *,
4441 int (*unsync)(struct net_device *, in __dev_uc_sync()
4444 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync()
4455 int (*unsync)(struct net_device *, in __dev_uc_unsync()
4458 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync()
4485 int (*unsync)(struct net_device *, in __dev_mc_sync()
4488 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync()
[all …]
/Linux-v5.10/Documentation/virt/kvm/
Dmmu.rst236 unsync:
239 changed but before the tlb entry is flushed. Accordingly, unsync ptes
243 How many sptes in the page point at pages that are unsync (or have
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c7733 int (*unsync)(struct hclge_vport *, in hclge_unsync_vport_mac_list()
7740 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list()
7928 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local
7936 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table()
7939 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table()
7968 ret = unsync(vport, mac_cfg->mac_addr); in hclge_rm_vport_all_mac_table()