Searched refs:unsync (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmutrace.h14 __field(bool, unsync)
20 __entry->unsync = sp->unsync;
41 __entry->unsync ? "unsync" : "sync", 0); \
H A Dmmu.c1142 if (sp->unsync)
1178 } else if (child->unsync) {
1209 WARN_ON(!sp->unsync);
1211 sp->unsync = 0;
1280 if (!s->unsync)
1412 if (!need_sync && sp->unsync)
1418 if (sp->unsync && kvm_sync_page_transient(vcpu, sp))
1425 } else if (sp->unsync)
1632 if (sp->unsync)
1870 sp->unsync
[all...]
H A Dpaging_tmpl.h275 if (sp->unsync)
512 if (!sp->unsync)
617 /* direct kvm_mmu_page can not be unsync. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c417 int isv34, tlen, unsync; local
449 unsync = flags & 0x80;
504 if (unsync || tunsync) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c667 int isv34, unsync; local
704 unsync = flags & 0x80;
792 if (unsync || tunsync || tcomp) {
799 if (unsync || tunsync) {
831 if (!(unsync || tunsync)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_host.h208 bool unsync; member in struct:kvm_mmu_page

Completed in 213 milliseconds