Searched refs:unsync (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
D | dev_addr_lists.c | 240 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()
|
/kernel/linux/linux-5.10/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 | 28 bool unsync; member
|
D | mmu.c | 1729 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 …]
|
D | paging_tmpl.h | 933 if (!sp->unsync) in FNAME()
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdevice.h | 4447 int (*unsync)(struct net_device *, 4453 int (*unsync)(struct net_device *, 4457 int (*unsync)(struct net_device *, 4461 int (*unsync)(struct net_device *, 4495 int (*unsync)(struct net_device *, in __dev_uc_sync() 4498 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4509 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4512 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4539 int (*unsync)(struct net_device *, in __dev_mc_sync() 4542 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() [all …]
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | mmu.rst | 236 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 7752 int (*unsync)(struct hclge_vport *, in hclge_unsync_vport_mac_list() 7759 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list() 7947 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local 7955 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table() 7958 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table() 7987 ret = unsync(vport, mac_cfg->mac_addr); in hclge_rm_vport_all_mac_table()
|