Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dfvp_pm.c137 unsigned long sec_entrypoint, in fvp_affinst_on() argument
162 fvp_program_mailbox(mpidr, sec_entrypoint); in fvp_affinst_on()
209 void fvp_affinst_suspend(unsigned long sec_entrypoint, in fvp_affinst_suspend() argument
223 fvp_program_mailbox(mpidr, sec_entrypoint); in fvp_affinst_suspend()
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Dplat_pm.c117 uint64_t sec_entrypoint, in juno_affinst_on() argument
131 juno_program_mailbox(mpidr, sec_entrypoint); in juno_affinst_on()
236 static void juno_affinst_suspend(uint64_t sec_entrypoint, in juno_affinst_suspend() argument
247 juno_program_mailbox(read_mpidr_el1(), sec_entrypoint); in juno_affinst_suspend()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dplat_pm.c65 uint64_t sec_entrypoint, in hikey_affinst_on() argument
82 hisi_pwrc_set_core_bx_addr(cpu, cluster, sec_entrypoint); in hikey_affinst_on()
124 static void hikey_affinst_suspend(uint64_t sec_entrypoint, in hikey_affinst_suspend() argument
156 hisi_pwrc_set_core_bx_addr(cpu, cluster, sec_entrypoint); in hikey_affinst_suspend()
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
Dpsci.h188 unsigned long sec_entrypoint,
192 void (*affinst_suspend)(unsigned long sec_entrypoint,