Searched refs:unsync (Results 1 – 9 of 9) sorted by relevance
/linux/net/core/ |
A 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/arch/x86/kvm/mmu/ |
A D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
A 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()
|
A D | mmu_internal.h | 42 bool unsync; member
|
A D | mmu.c | 1810 if (sp->unsync) in mmu_pages_add() 1856 } else if (child->unsync) { in __mmu_unsync_walk() 1882 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page() 1884 sp->unsync = 0; in kvm_unlink_unsync_page() 2124 if (sp->unsync) { in kvm_mmu_get_page() 2248 if (sp->unsync_children || sp->unsync) in link_shadow_page() 2370 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2572 sp->unsync = 1; in kvm_unsync_page() 2607 if (sp->unsync) in mmu_try_to_unsync_pages() 2632 if (READ_ONCE(sp->unsync)) in mmu_try_to_unsync_pages() [all …]
|
A D | paging_tmpl.h | 975 if (!sp->unsync) in FNAME()
|
/linux/include/linux/ |
A D | netdevice.h | 4633 int (*unsync)(struct net_device *, 4639 int (*unsync)(struct net_device *, 4643 int (*unsync)(struct net_device *, 4647 int (*unsync)(struct net_device *, 4699 int (*unsync)(struct net_device *, in __dev_uc_sync() 4702 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4713 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4716 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4743 int (*unsync)(struct net_device *, in __dev_mc_sync() 4757 int (*unsync)(struct net_device *, in __dev_mc_unsync() [all …]
|
/linux/Documentation/virt/kvm/ |
A 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/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.c | 9054 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_unsync_vport_mac_list() local 9059 unsync = hclge_rm_uc_addr_common; in hclge_unsync_vport_mac_list() 9061 unsync = hclge_rm_mc_addr_common; in hclge_unsync_vport_mac_list() 9064 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list() 9260 int (*unsync)(struct hclge_vport *vport, in hclge_unsync_del_list() 9269 ret = unsync(vport, mac_cfg->mac_addr); in hclge_unsync_del_list() 9291 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local 9297 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table() 9300 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table() 9314 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
|
Completed in 61 milliseconds