Home
last modified time | relevance | path

Searched refs:PSCI_1_0_FN_SET_SUSPEND_MODE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dpsci.h55 #define PSCI_1_0_FN_SET_SUSPEND_MODE PSCI_0_2_FN(15) macro
/openbmc/linux/include/uapi/linux/
H A Dpsci.h55 #define PSCI_1_0_FN_SET_SUSPEND_MODE PSCI_0_2_FN(15) macro
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c266 case PSCI_1_0_FN_SET_SUSPEND_MODE: in psci_1_0_handler()
/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c168 err = invoke_psci_fn(PSCI_1_0_FN_SET_SUSPEND_MODE, suspend_mode, 0, 0); in psci_set_osi_mode()