Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/lib/
H A Dspinlock.c234 if (!machine_is_lpar() || arch_vcpu_is_preempted(owner - 1)) in arch_spin_lock_queued()
277 if (!machine_is_lpar() || arch_vcpu_is_preempted(owner - 1)) in arch_spin_lock_classic()
359 if (machine_is_lpar() && !arch_vcpu_is_preempted(cpu - 1)) in arch_spin_relax()
/linux-6.15/arch/s390/include/asm/
H A Dmachine.h100 #define machine_is_lpar machine_has_lpar macro
/linux-6.15/arch/s390/kernel/
H A Dearly.c130 machine_is_lpar() ? "LPAR" : in setup_arch_string()
H A Dirq.c168 } while (machine_is_lpar() && irq_pending(regs)); in do_io_irq()
H A Dsetup.c904 else if (machine_is_lpar()) in setup_arch()
/linux-6.15/drivers/s390/char/
H A Dhmcdrv_ftp.c315 else if (machine_is_lpar() || machine_is_kvm()) in hmcdrv_ftp_startup()
/linux-6.15/arch/s390/hypfs/
H A Dhypfs_diag_fs.c388 if (machine_is_lpar()) in __hypfs_diag_fs_init()