Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_main.c82 end_afflvl = get_max_afflvl(); in psci_cpu_on()
110 if (target_afflvl > get_max_afflvl()) in psci_cpu_suspend()
230 int target_afflvl = get_max_afflvl(); in psci_cpu_off()
256 if (lowest_affinity_level > get_max_afflvl()) in psci_affinity_info()
Dpsci_common.c190 afflvl = get_max_afflvl(); in get_power_on_target_afflvl()
198 int get_max_afflvl(void) in get_max_afflvl() function
239 if (end_afflvl > get_max_afflvl()) in psci_check_afflvl_range()
Dpsci_setup.c110 if (aff_lvl > get_max_afflvl()) in psci_get_aff_map_node()
323 max_afflvl = get_max_afflvl(); in psci_setup()
Dpsci_private.h118 int get_max_afflvl(void);