Home
last modified time | relevance | path

Searched refs:PF_VCPU (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcontext_tracking.h112 current->flags |= PF_VCPU; in guest_enter_irqoff()
143 current->flags &= ~PF_VCPU; in vtime_account_guest_exit()
165 current->flags |= PF_VCPU; in guest_enter_irqoff()
175 current->flags &= ~PF_VCPU; in vtime_account_guest_exit()
H A Dsched.h1564 #define PF_VCPU 0x00000001 /* I'm a virtual CPU */ macro
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c199 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { in account_system_time()
397 } else if (p->flags & PF_VCPU) { /* System time or guest time */ in irqtime_account_process_tick()
759 tsk->flags |= PF_VCPU; in vtime_guest_enter()
771 tsk->flags &= ~PF_VCPU; in vtime_guest_exit()
800 else if (current->flags & PF_VCPU) in vtime_task_switch_generic()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtime.c141 if ((tsk->flags & PF_VCPU) && !irq_count()) in vtime_account_kernel()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dvtime.c238 if ((tsk->flags & PF_VCPU) && (irq_count() == 0)) in vtime_account_irq_enter()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dtrap_emul.c1049 if (current->flags & PF_VCPU) { in kvm_trap_emul_vcpu_load()
1063 if (current->flags & PF_VCPU) { in kvm_trap_emul_vcpu_put()
H A Dvz.c2582 if (current->flags & PF_VCPU) { in kvm_vz_vcpu_load()
2705 if (current->flags & PF_VCPU) in kvm_vz_vcpu_put()
H A Dmips.c1605 if (!(current->flags & PF_VCPU)) in kvm_mips_csr_die_notify()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtime.c345 if ((tsk->flags & PF_VCPU) && !irq_count()) { in vtime_account_kernel()