Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dpsci.h67 #define PSCI_0_2_TOS_MP 2 macro
/openbmc/linux/include/uapi/linux/
H A Dpsci.h97 #define PSCI_0_2_TOS_MP 2 macro
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h97 #define PSCI_0_2_TOS_MP 2 macro
/openbmc/qemu/target/arm/
H A Dkvm-consts.h101 MISMATCH_CHECK(QEMU_PSCI_0_2_RET_TOS_MIGRATION_NOT_REQUIRED, PSCI_0_2_TOS_MP);
/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c413 } else if (type == PSCI_0_2_TOS_MP) { in psci_debugfs_read()
560 if (type == PSCI_0_2_TOS_MP) { in psci_init_migrate()
/openbmc/linux/arch/arm64/kvm/
H A Dpsci.c280 val = PSCI_0_2_TOS_MP; in kvm_psci_0_2_call()