HomeSort by relevance Sort by last modified time
    Searched refs:psci (Results 26 - 50 of 68) sorted by null

12 3

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/
std_svc_setup.c 11 #include <psci.h>
33 * PSCI is the only specification implemented as a Standard Service.
41 * calls to PSCI SMC handler
53 * Dispatch PSCI calls to PSCI SMC handler and return its return
86 * Return the number of Standard Service Calls. PSCI is the only
87 * standard service implemented; so return number of PSCI calls
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-base-gicv2-psci.dts 56 psci {
57 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
103 entry-method = "arm,psci";
108 arm,psci-suspend-param = <0x0010000>;
117 arm,psci-suspend-param = <0x1010000>;
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
    [all...]
fvp-base-gicv2legacy-psci.dts 56 psci {
57 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
103 entry-method = "arm,psci";
108 arm,psci-suspend-param = <0x0010000>;
117 arm,psci-suspend-param = <0x1010000>;
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
    [all...]
fvp-base-gicv3-psci.dts 56 psci {
57 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
101 entry-method = "arm,psci";
106 arm,psci-suspend-param = <0x0010000>;
115 arm,psci-suspend-param = <0x1010000>;
126 enable-method = "psci";
134 enable-method = "psci";
142 enable-method = "psci";
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-base-gicv2-psci-aarch32.dts 30 psci {
31 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
77 entry-method = "arm,psci";
82 arm,psci-suspend-param = <0x0010000>;
91 arm,psci-suspend-param = <0x1010000>;
102 enable-method = "psci";
111 enable-method = "psci";
120 enable-method = "psci";
    [all...]
fvp-base-gicv2-psci.dts 30 psci {
31 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
77 entry-method = "arm,psci";
82 arm,psci-suspend-param = <0x0010000>;
91 arm,psci-suspend-param = <0x1010000>;
102 enable-method = "psci";
111 enable-method = "psci";
120 enable-method = "psci";
    [all...]
fvp-base-gicv3-psci-aarch32.dts 30 psci {
31 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
77 entry-method = "arm,psci";
82 arm,psci-suspend-param = <0x0010000>;
91 arm,psci-suspend-param = <0x1010000>;
102 enable-method = "psci";
111 enable-method = "psci";
120 enable-method = "psci";
    [all...]
fvp-base-gicv3-psci-common.dtsi 28 psci {
29 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
75 entry-method = "arm,psci";
80 arm,psci-suspend-param = <0x0010000>;
89 arm,psci-suspend-param = <0x1010000>;
100 enable-method = "psci";
109 enable-method = "psci";
118 enable-method = "psci";
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
cpu_data.h 55 #include <psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_pm.c 16 #include <psci.h>
execution_state_switch.c 12 #include <psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_psci_common.c 11 #include <psci.h>
130 * The PSCI generic code uses this API to let the platform participate in state
  /device/linaro/bootloader/arm-trusted-firmware/plat/compat/
plat_topology_compat.c 11 #include <psci.h>
plat_pm_compat.c 11 #include <psci.h>
37 * The PSCI compatibility helper to parse the power state and populate the
39 * compatibility mode, the PSCI generic layer need to know only whether the
58 * levels. This allows the generic PSCI layer to invoke
76 * The PSCI compatibility helper to set the 'power_state' in
89 * The PSCI compatibility helper for plat_pm_ops_t 'validate_power_state'
111 * The PSCI compatibility helper for plat_pm_ops_t
129 * The PSCI compatibility helper for plat_pm_ops_t 'validate_ns_entrypoint'
138 * The PSCI compatibility helper for plat_pm_ops_t 'affinst_standby' hook.
150 * The PSCI compatibility helper for plat_pm_ops_t 'affinst_on' hook
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/
plat_psci_handlers.c 17 #include <psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/
plat_private.h 12 #include <psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_pm.c 13 #include <psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_private.h 14 #include <psci.h>
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 593 u8 psci[ETH_ALEN + 2]; local
609 os_memcpy(psci, sc->sci.addr, ETH_ALEN);
610 psci[6] = (sc->sci.port >> 8) & 0xf;
611 psci[7] = sc->sci.port & 0xf;
614 ret += nss_macsec_secy_tx_sc_create(drv->secy_id, channel, psci, 8);
  /bionic/libc/kernel/uapi/asm-arm/asm/
kvm.h 22 #include <linux/psci.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
kvm.h 29 #include <linux/psci.h>
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min_main.c 18 #include <psci.h>
109 * This function invokes the PSCI library interface to initialize the
150 /* Setup the arguments for PSCI Library */
153 /* PSCI is the only ARM Standard Service implemented */
160 * The SP_MIN main function. Do the platform and PSCI Library setup. Also
171 /* Initialize the runtime services e.g. psci */
191 * This function is invoked during warm boot. Invoke the PSCI library
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 10 #include <psci.h>
258 * Mandatory PSCI functions (BL31)
265 * Optional PSCI functions (BL31).
333 * Mandatory PSCI Compatibility functions (BL31)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_pm.c 16 #include <psci.h>
319 * return values of the PSCI call
352 * Handler to filter PSCI requests.
356 * PSCI SYSTEM_SUSPEND API. PSCI CPU_SUSPEND request to system power domain
367 * via PSCI CPU SUSPEND API. Currently system suspend is only
368 * supported via PSCI SYSTEM SUSPEND API.
389 * platform layer will take care of registering the handlers with PSCI.
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
plat_pm.c 18 #include <psci.h>

Completed in 2579 milliseconds

12 3