Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvtime.h53 current->flags |= PF_VCPU; in vtime_account_guest_enter()
59 current->flags &= ~PF_VCPU; in vtime_account_guest_exit()
98 current->flags |= PF_VCPU; in vtime_account_guest_enter()
106 current->flags &= ~PF_VCPU; in vtime_account_guest_exit()
116 current->flags |= PF_VCPU; in vtime_account_guest_enter()
121 current->flags &= ~PF_VCPU; in vtime_account_guest_exit()
H A Dsched.h1754 #define PF_VCPU 0x00000001 /* I'm a virtual CPU */ macro
/linux/arch/s390/kernel/
H A Dvtime.c225 if (tsk->flags & PF_VCPU) in vtime_account_kernel()
/linux/arch/powerpc/kernel/
H A Dtime.c250 if (tsk->flags & PF_VCPU) { in vtime_account_kernel()
/linux/arch/mips/kvm/
H A Dvz.c2586 if (current->flags & PF_VCPU) { in kvm_vz_vcpu_load()
2709 if (current->flags & PF_VCPU) in kvm_vz_vcpu_put()
H A Dmips.c1541 if (!(current->flags & PF_VCPU)) in kvm_mips_csr_die_notify()