Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmutrace.h16 __field(bool, unsync)
23 __entry->unsync = sp->unsync;
46 __entry->unsync ? "unsync" : "sync", 0); \
H A 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()
H A Dmmu_internal.h28 bool unsync; member
H A Dmmu.c1729 if (sp->unsync) in mmu_pages_add()
1775 } else if (child->unsync) { in __mmu_unsync_walk()
1801 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
1803 sp->unsync = 0; in kvm_unlink_unsync_page()
1893 if (!s->unsync) in kvm_sync_pages()
2056 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2065 if (sp->unsync) { in kvm_mmu_get_page()
2191 if (sp->unsync_children || sp->unsync) in link_shadow_page()
2315 if (sp->unsync) in __kvm_mmu_prepare_zap_page()
2494 sp->unsync = 1; in kvm_unsync_page()
[all …]
H A Dpaging_tmpl.h933 if (!sp->unsync) in FNAME()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4497 int (*unsync)(struct net_device *,
4503 int (*unsync)(struct net_device *,
4507 int (*unsync)(struct net_device *,
4511 int (*unsync)(struct net_device *,
4545 int (*unsync)(struct net_device *, in __dev_uc_sync()
4548 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync()
4559 int (*unsync)(struct net_device *, in __dev_uc_unsync()
4562 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync()
4589 int (*unsync)(struct net_device *, in __dev_mc_sync()
4592 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync()
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c7751 int (*unsync)(struct hclge_vport *, in hclge_unsync_vport_mac_list()
7758 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list()
7946 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local
7954 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table()
7957 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table()
7986 ret = unsync(vport, mac_cfg->mac_addr); in hclge_rm_vport_all_mac_table()