Searched refs:PF_VCPU (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dvtime.h58 current->flags |= PF_VCPU;
64 current->flags &= ~PF_VCPU;
103 current->flags |= PF_VCPU;
111 current->flags &= ~PF_VCPU;
121 current->flags |= PF_VCPU;
126 current->flags &= ~PF_VCPU;
H A Dsched.h1618 #define PF_VCPU 0x00000001 /* I'm a virtual CPU */ macro
/linux-master/kernel/sched/
H A Dcputime.c192 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) {
405 } else if (p->flags & PF_VCPU) { /* System time or guest time */
760 tsk->flags |= PF_VCPU;
772 tsk->flags &= ~PF_VCPU;
801 else if (current->flags & PF_VCPU)
/linux-master/arch/s390/kernel/
H A Dvtime.c239 if (tsk->flags & PF_VCPU)
/linux-master/arch/powerpc/kernel/
H A Dtime.c250 if (tsk->flags & PF_VCPU) {
/linux-master/arch/mips/kvm/
H A Dvz.c2586 if (current->flags & PF_VCPU) {
2709 if (current->flags & PF_VCPU)
H A Dmips.c1545 if (!(current->flags & PF_VCPU))
/linux-master/kernel/rcu/
H A Dtree.c551 if (IS_ENABLED(CONFIG_GENERIC_ENTRY) && !(current->flags & PF_VCPU))
554 if (IS_ENABLED(CONFIG_KVM_XFER_TO_GUEST_WORK) && (current->flags & PF_VCPU))

Completed in 200 milliseconds