Searched refs:unsync (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
H A D | mmu.c | 1719 if (sp->unsync) in mmu_pages_add() 1765 } else if (child->unsync) { in __mmu_unsync_walk() 1791 WARN_ON_ONCE(!sp->unsync); in kvm_unlink_unsync_page() 1793 sp->unsync = 0; in kvm_unlink_unsync_page() 2084 if (role.level > PG_LEVEL_4K && sp->unsync) in kvm_mmu_find_shadow_page() 2094 if (sp->unsync) { in kvm_mmu_find_shadow_page() 2366 if (WARN_ON_ONCE(sp->unsync_children) || sp->unsync) in __link_shadow_page() 2495 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2713 sp->unsync = 1; in kvm_unsync_page() 2748 if (sp->unsync) in mmu_try_to_unsync_pages() [all …]
|
/linux/include/linux/ |
H A D | netdevice.h | 4799 int (*unsync)(struct net_device *, 4805 int (*unsync)(struct net_device *, 4809 int (*unsync)(struct net_device *, 4813 int (*unsync)(struct net_device *, 4859 int (*unsync)(struct net_device *, in __dev_uc_sync() 4862 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4873 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4876 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4903 int (*unsync)(struct net_device *, in __dev_mc_sync() 4906 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() [all …]
|
/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 258 unsync: 261 changed but before the tlb entry is flushed. Accordingly, unsync ptes 265 How many sptes in the page point at pages that are unsync (or have
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 8861 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_unsync_vport_mac_list() local 8866 unsync = hclge_rm_uc_addr_common; in hclge_unsync_vport_mac_list() 8868 unsync = hclge_rm_mc_addr_common; in hclge_unsync_vport_mac_list() 8871 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list() 9067 int (*unsync)(struct hclge_vport *vport, in hclge_unsync_del_list() 9076 ret = unsync(vport, mac_cfg->mac_addr); in hclge_unsync_del_list() 9098 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local 9104 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table() 9107 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table() 9121 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
|