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

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_main.c 379 SMC_RET1(handle, SMC_UNK);
383 SMC_RET1(handle, SMC_UNK);
394 SMC_RET1(handle, psci_version());
397 SMC_RET1(handle, psci_cpu_off());
400 SMC_RET1(handle, psci_cpu_suspend(x1, x2, x3));
403 SMC_RET1(handle, psci_cpu_on(x1, x2, x3));
406 SMC_RET1(handle, psci_affinity_info(x1, x2));
409 SMC_RET1(handle, psci_migrate(x1));
412 SMC_RET1(handle, psci_migrate_info_type());
415 SMC_RET1(handle, psci_migrate_info_up_cpu())
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/
std_svc_setup.c 81 SMC_RET1(handle, PSCI_NUM_CALLS);
93 SMC_RET1(handle, SMC_UNK);
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c 91 SMC_RET1(ns_cpu_context, SMC_PREEMPTED);
323 SMC_RET1(handle, SMC_UNK);
334 SMC_RET1(handle, SMC_UNK);
381 SMC_RET1(handle, SMC_UNK);
399 SMC_RET1(ns_cpu_context, TSP_EL3_FIQ);
408 SMC_RET1(handle, SMC_UNK);
511 SMC_RET1(handle, SMC_UNK);
546 SMC_RET1(handle, SMC_UNK);
644 SMC_RET1(handle, SMC_UNK);
677 SMC_RET1(handle, SMC_UNK)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
runtime_svc.h 143 #define SMC_RET1(_h, _x0) { \
149 SMC_RET1(_h, (_x0)); \
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_main.c 135 SMC_RET1(&optee_ctx->cpu_ctx, read_elr_el3());

Completed in 622 milliseconds