Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/lib/
H A 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()
/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h83 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR) macro
/openbmc/linux/drivers/s390/char/
H A Dhmcdrv_ftp.c313 else if (MACHINE_IS_LPAR || MACHINE_IS_KVM) in hmcdrv_ftp_startup()
/openbmc/linux/arch/s390/kernel/
H A Dearly.c154 MACHINE_IS_LPAR ? "LPAR" : in setup_arch_string()
H A Dirq.c159 } while (MACHINE_IS_LPAR && irq_pending(regs)); in do_io_irq()
H A Dsetup.c910 else if (MACHINE_IS_LPAR) in setup_arch()
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c385 if (MACHINE_IS_LPAR) in __hypfs_diag_fs_init()