Searched refs:unsync (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | mmutrace.h | 15 __field(bool, unsync) 22 __entry->unsync = sp->unsync; 43 __entry->unsync ? "unsync" : "sync", 0); \
|
D | mmu_audit.c | 105 if (sp->unsync) { in audit_mappings() 173 if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync) in audit_spte_after_sync() 201 if (sp->role.direct || sp->unsync || sp->role.invalid) in audit_write_protection()
|
D | mmu.c | 1798 if (sp->unsync) in mmu_pages_add() 1834 } else if (child->unsync) { in __mmu_unsync_walk() 1865 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page() 1867 sp->unsync = 0; in kvm_unlink_unsync_page() 1950 if (!s->unsync) in kvm_sync_pages() 2110 if (!need_sync && sp->unsync) in kvm_mmu_get_page() 2116 if (sp->unsync && kvm_sync_page_transient(vcpu, sp)) in kvm_mmu_get_page() 2123 } else if (sp->unsync) in kvm_mmu_get_page() 2327 if (sp->unsync) in kvm_mmu_prepare_zap_page() 2441 sp->unsync = 1; in __kvm_unsync_page() [all …]
|
D | paging_tmpl.h | 849 if (!sp->unsync) in FNAME()
|
/linux-4.4.14/net/core/ |
D | dev_addr_lists.c | 244 int (*unsync)(struct net_device *, in __hw_addr_sync_dev() 256 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev() 294 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev() 304 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 3443 int (*unsync)(struct net_device *, 3447 int (*unsync)(struct net_device *, 3481 int (*unsync)(struct net_device *, in __dev_uc_sync() 3484 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 3495 int (*unsync)(struct net_device *, in __dev_uc_unsync() 3498 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 3525 int (*unsync)(struct net_device *, in __dev_mc_sync() 3528 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() 3539 int (*unsync)(struct net_device *, in __dev_mc_unsync() 3542 __hw_addr_unsync_dev(&dev->mc, dev, unsync); in __dev_mc_unsync()
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 429 API---dev-uc-unsync 431 API---dev-mc-unsync
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 210 unsync: 213 changed but before the tlb entry is flushed. Accordingly, unsync ptes 217 How many sptes in the page point at pages that are unsync (or have
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 230 bool unsync; member
|