HomeSort by relevance Sort by last modified time
    Searched refs:psci_entrypoint (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_on.c 70 unsigned long psci_entrypoint; local
76 psci_entrypoint = (unsigned long) psci_aff_on_finish_entry;
84 psci_entrypoint,
97 unsigned long psci_entrypoint; local
113 psci_entrypoint = (unsigned long) psci_aff_on_finish_entry;
115 psci_entrypoint,
128 unsigned long psci_entrypoint; local
145 psci_entrypoint = (unsigned long) psci_aff_on_finish_entry;
147 psci_entrypoint,
psci_afflvl_suspend.c 108 unsigned long psci_entrypoint; local
114 psci_entrypoint = (unsigned long) psci_aff_suspend_finish_entry;
128 psci_plat_pm_ops->affinst_suspend(psci_entrypoint,
136 unsigned long psci_entrypoint; local
156 psci_entrypoint = (unsigned long) psci_aff_suspend_finish_entry;
157 psci_plat_pm_ops->affinst_suspend(psci_entrypoint,
166 unsigned long psci_entrypoint; local
195 psci_entrypoint = (unsigned long) psci_aff_suspend_finish_entry;
196 psci_plat_pm_ops->affinst_suspend(psci_entrypoint,

Completed in 552 milliseconds