Home
last modified time | relevance | path

Searched refs:PSCI_0_2_FN32 (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dpsci.c36 #define PSCI_0_2_FN_NATIVE(name) PSCI_0_2_FN32(name)
51 call_smc(PSCI_0_2_FN32(SYSTEM_OFF), 0, 0, 0); in call_psci_system_off()
57 call_smc(PSCI_0_2_FN32(SYSTEM_RESET), 0, 0, 0); in call_psci_system_reset()
147 psci_ver = call_smc(PSCI_0_2_FN32(PSCI_VERSION), 0, 0, 0); in psci_init_0_2()
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/
A Dseattle.c36 call_smc(PSCI_0_2_FN32(SYSTEM_RESET), 0, 0, 0); in seattle_system_reset()
41 call_smc(PSCI_0_2_FN32(SYSTEM_OFF), 0, 0, 0); in seattle_system_off()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dpsci.h47 #define PSCI_0_2_FN32(name) ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, \ macro

Completed in 4 milliseconds