PF_VCPU 140 arch/ia64/kernel/time.c if ((tsk->flags & PF_VCPU) && !irq_count()) PF_VCPU 1683 arch/mips/kvm/mips.c if (!(current->flags & PF_VCPU)) PF_VCPU 1057 arch/mips/kvm/trap_emul.c if (current->flags & PF_VCPU) { PF_VCPU 1071 arch/mips/kvm/trap_emul.c if (current->flags & PF_VCPU) { PF_VCPU 2487 arch/mips/kvm/vz.c if (current->flags & PF_VCPU) { PF_VCPU 2610 arch/mips/kvm/vz.c if (current->flags & PF_VCPU) PF_VCPU 351 arch/powerpc/kernel/time.c if ((tsk->flags & PF_VCPU) && !irq_count()) { PF_VCPU 237 arch/s390/kernel/vtime.c if ((tsk->flags & PF_VCPU) && (irq_count() == 0)) PF_VCPU 109 include/linux/context_tracking.h current->flags |= PF_VCPU; PF_VCPU 133 include/linux/context_tracking.h current->flags &= ~PF_VCPU; PF_VCPU 145 include/linux/context_tracking.h current->flags |= PF_VCPU; PF_VCPU 153 include/linux/context_tracking.h current->flags &= ~PF_VCPU; PF_VCPU 188 kernel/sched/cputime.c if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { PF_VCPU 386 kernel/sched/cputime.c } else if (p->flags & PF_VCPU) { /* System time or guest time */ PF_VCPU 743 kernel/sched/cputime.c if (tsk->flags & PF_VCPU) PF_VCPU 786 kernel/sched/cputime.c tsk->flags |= PF_VCPU; PF_VCPU 797 kernel/sched/cputime.c tsk->flags &= ~PF_VCPU; PF_VCPU 849 kernel/sched/cputime.c if (vtime->state == VTIME_SYS && t->flags & PF_VCPU) PF_VCPU 890 kernel/sched/cputime.c if (vtime->state == VTIME_USER || t->flags & PF_VCPU)