Home
last modified time | relevance | path

Searched refs:end_afflvl (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_afflvl_off.c119 int end_afflvl) in psci_call_off_handlers() argument
124 for (level = start_afflvl; level <= end_afflvl; level++) { in psci_call_off_handlers()
153 int end_afflvl) in psci_afflvl_off() argument
174 end_afflvl, in psci_afflvl_off()
184 end_afflvl, in psci_afflvl_off()
205 end_afflvl, in psci_afflvl_off()
210 end_afflvl, in psci_afflvl_off()
220 end_afflvl); in psci_afflvl_off()
236 end_afflvl, in psci_afflvl_off()
Dpsci_common.c70 uint32_t end_afflvl, in psci_find_max_phys_off_afflvl() argument
75 for (; start_afflvl <= end_afflvl; start_afflvl++) { in psci_find_max_phys_off_afflvl()
236 int psci_check_afflvl_range(int start_afflvl, int end_afflvl) in psci_check_afflvl_range() argument
239 if (end_afflvl > get_max_afflvl()) in psci_check_afflvl_range()
245 if (end_afflvl < start_afflvl) in psci_check_afflvl_range()
257 uint32_t end_afflvl, in psci_do_afflvl_state_mgmt() argument
263 for (level = start_afflvl; level <= end_afflvl; level++) { in psci_do_afflvl_state_mgmt()
276 int end_afflvl, in psci_acquire_afflvl_locks() argument
281 for (level = start_afflvl; level <= end_afflvl; level++) { in psci_acquire_afflvl_locks()
295 int end_afflvl, in psci_release_afflvl_locks() argument
[all …]
Dpsci_private.h130 int psci_check_afflvl_range(int start_afflvl, int end_afflvl);
132 uint32_t end_afflvl,
136 int end_afflvl,
139 int end_afflvl,
144 uint32_t end_afflvl,
152 int end_afflvl,
160 int end_afflvl);
168 int end_afflvl);
Dpsci_afflvl_suspend.c214 int end_afflvl) in psci_call_suspend_handlers() argument
219 for (level = start_afflvl; level <= end_afflvl; level++) { in psci_call_suspend_handlers()
253 int end_afflvl) in psci_afflvl_suspend() argument
274 start_afflvl, end_afflvl, mpidr_nodes) != PSCI_E_SUCCESS) in psci_afflvl_suspend()
283 end_afflvl, in psci_afflvl_suspend()
310 end_afflvl, in psci_afflvl_suspend()
315 end_afflvl, in psci_afflvl_suspend()
330 end_afflvl); in psci_afflvl_suspend()
345 end_afflvl, in psci_afflvl_suspend()
Dpsci_afflvl_on.c166 int end_afflvl, in psci_call_on_handlers() argument
172 for (level = end_afflvl; level >= start_afflvl; level--) { in psci_call_on_handlers()
210 int end_afflvl) in psci_afflvl_on() argument
230 end_afflvl, in psci_afflvl_on()
240 end_afflvl, in psci_afflvl_on()
263 end_afflvl, in psci_afflvl_on()
275 end_afflvl, in psci_afflvl_on()
291 end_afflvl, in psci_afflvl_on()
Dpsci_setup.c133 int end_afflvl, in psci_get_aff_map_nodes() argument
139 rc = psci_check_afflvl_range(start_afflvl, end_afflvl); in psci_get_aff_map_nodes()
143 for (level = start_afflvl; level <= end_afflvl; level++) { in psci_get_aff_map_nodes()
Dpsci_main.c49 unsigned int start_afflvl, end_afflvl; in psci_cpu_on() local
82 end_afflvl = get_max_afflvl(); in psci_cpu_on()
86 end_afflvl); in psci_cpu_on()