Searched refs:PF_VCPU (Results 1 – 9 of 9) sorted by relevance
109 current->flags |= PF_VCPU; in guest_enter_irqoff()133 current->flags &= ~PF_VCPU; in guest_exit_irqoff()145 current->flags |= PF_VCPU; in guest_enter_irqoff()153 current->flags &= ~PF_VCPU; in guest_exit_irqoff()
1372 #define PF_VCPU 0x00000010 /* I'm a virtual CPU */ macro
187 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { in account_system_time()385 } else if (p->flags & PF_VCPU) { /* System time or guest time */ in irqtime_account_process_tick()742 if (current->flags & PF_VCPU) in vtime_account_system()785 current->flags |= PF_VCPU; in vtime_guest_enter()796 current->flags &= ~PF_VCPU; in vtime_guest_exit()848 if (vtime->state == VTIME_SYS && t->flags & PF_VCPU) in task_gtime()889 if (vtime->state == VTIME_USER || t->flags & PF_VCPU) in task_cputime()
140 if ((tsk->flags & PF_VCPU) && !irq_count()) in vtime_account_system()
232 if ((tsk->flags & PF_VCPU) && (irq_count() == 0)) in vtime_account_irq_enter()
1057 if (current->flags & PF_VCPU) { in kvm_trap_emul_vcpu_load()1075 if (current->flags & PF_VCPU) { in kvm_trap_emul_vcpu_put()
2487 if (current->flags & PF_VCPU) { in kvm_vz_vcpu_load()2610 if (current->flags & PF_VCPU) in kvm_vz_vcpu_put()
1667 if (!(current->flags & PF_VCPU)) in kvm_mips_csr_die_notify()
342 if ((tsk->flags & PF_VCPU) && !irq_count()) { in vtime_account_system()