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

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_main.c 82 end_afflvl = get_max_afflvl();
110 if (target_afflvl > get_max_afflvl())
230 int target_afflvl = get_max_afflvl();
256 if (lowest_affinity_level > get_max_afflvl())
psci_common.c 185 * earlier. get_max_afflvl() will return the highest affinity level a
190 afflvl = get_max_afflvl();
198 int get_max_afflvl(void) function
239 if (end_afflvl > get_max_afflvl())
psci_private.h 118 int get_max_afflvl(void);
psci_setup.c 110 if (aff_lvl > get_max_afflvl())
323 max_afflvl = get_max_afflvl();

Completed in 131 milliseconds