Home
last modified time | relevance | path

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

/arch/s390/lib/
Dspinlock.c195 if (!MACHINE_IS_LPAR || arch_vcpu_is_preempted(owner - 1)) in arch_spin_lock_queued()
238 if (!MACHINE_IS_LPAR || arch_vcpu_is_preempted(owner - 1)) in arch_spin_lock_classic()
320 if (MACHINE_IS_LPAR && !arch_vcpu_is_preempted(cpu - 1)) in arch_spin_relax()
/arch/s390/include/asm/
Dsetup.h79 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR) macro
/arch/s390/kernel/
Dearly.c131 MACHINE_IS_LPAR ? "LPAR" : in setup_arch_string()
Dirq.c156 } while (MACHINE_IS_LPAR && irq_pending(regs)); in do_io_irq()
Dsetup.c969 else if (MACHINE_IS_LPAR) in setup_arch()
/arch/s390/hypfs/
Dhypfs_diag.c447 if (MACHINE_IS_LPAR) { in hypfs_diag_init()