HomeSort by relevance Sort by last modified time
    Searched defs:max_phys_off_afflvl (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_off.c 157 unsigned int max_phys_off_afflvl; local
209 max_phys_off_afflvl = psci_find_max_phys_off_afflvl(start_afflvl,
212 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
215 psci_set_max_phys_off_afflvl(max_phys_off_afflvl);
psci_afflvl_suspend.c 257 unsigned int max_phys_off_afflvl; local
314 max_phys_off_afflvl = psci_find_max_phys_off_afflvl(start_afflvl,
317 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
320 psci_set_max_phys_off_afflvl(max_phys_off_afflvl);
psci_common.c 126 set_cpu_data(psci_svc_cpu_data.max_phys_off_afflvl, afflvl);
135 flush_cpu_data(psci_svc_cpu_data.max_phys_off_afflvl);
152 flush_cpu_data(psci_svc_cpu_data.max_phys_off_afflvl);
153 return get_cpu_data(psci_svc_cpu_data.max_phys_off_afflvl);
518 unsigned int max_phys_off_afflvl; local
543 max_phys_off_afflvl = psci_find_max_phys_off_afflvl(start_afflvl,
546 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
552 psci_set_max_phys_off_afflvl(max_phys_off_afflvl);
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
fvp_pm.c 100 unsigned int max_phys_off_afflvl; local
111 max_phys_off_afflvl = psci_get_max_phys_off_afflvl();
112 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
113 if (afflvl != max_phys_off_afflvl)
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
plat_pm.c 67 uint32_t max_phys_off_afflvl; local
78 max_phys_off_afflvl = psci_get_max_phys_off_afflvl();
79 assert(max_phys_off_afflvl != PSCI_INVALID_DATA);
80 assert(psci_get_suspend_afflvl() >= max_phys_off_afflvl);
81 if (afflvl != max_phys_off_afflvl)
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
psci.h 174 uint32_t max_phys_off_afflvl; /* Highest affinity level in physically member in struct:psci_cpu_data

Completed in 763 milliseconds