Searched refs:success (Results 1 – 14 of 14) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/armv8_2/ |
A D | pwr_ctrl.c | 460 bool success = true; in register_cpu_pm_ops() local 469 cpu_resume, success, fns); in register_cpu_pm_ops() 472 cpu_suspend, success, fns); in register_cpu_pm_ops() 487 get_pstate, success, fns); in register_cpu_pm_ops() 493 init, success, fns); in register_cpu_pm_ops() 495 if (success) { in register_cpu_pm_ops() 511 bool success = true; in register_cpu_smp_ops() local 520 init, success, fns); in register_cpu_smp_ops() 526 cpu_on, success, fns); in register_cpu_smp_ops() 529 cpu_off, success, fns); in register_cpu_smp_ops() [all …]
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | arm-sip-service.rst | 179 int32_t w0 == SMC_OK on success 217 int32_t w0 == SMC_OK on success 221 uint32_t w1: file descriptor id on success. 245 int32_t w0 == SMC_OK on success 276 int32_t w0 == SMC_OK on success 280 uint32_t w1: number of bytes read on success. 315 int32_t w0 == SMC_OK on success 340 int32_t w0 == SMC_OK on success 366 int32_t w0 == SMC_OK on success 394 int32_t w0 == SMC_OK on success [all …]
|
A D | sdei.rst | 226 on success, or ``-1`` on failure.
|
A D | secure-partition-manager-mm.rst | 343 On success, the format of the value is as follows: 666 On success the format of the Return Code is as follows:
|
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/ |
A D | sdei_general.puml | 18 EL3->EL2: success 20 EL3->EL2: success
|
A D | sdei_explicit_dispatch.puml | 17 EL3->EL2: success 19 EL3->EL2: success
|
/arm-trusted-firmware-2.8.0/services/std_svc/spm/spm_mm/ |
A D | spm_mm_main.c | 49 int success = 0; in sp_state_wait_switch() local 51 while (success == 0) { in sp_state_wait_switch() 57 success = 1; in sp_state_wait_switch()
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | intel-agilex.rst | 71 INFO: DDR: DRAM calibration success.
|
A D | poplar.rst | 111 Boot auxiliary code success 112 Bootrom success
|
A D | intel-stratix10.rst | 71 INFO: DDR: DRAM calibration success.
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 837 The function returns 0 on success. Any other value means the expected 996 arguments, and returns 0 on success and -1 on failure. 1007 non-volatile storage and returns 0 on success and -1 on failure. 1161 It returns '0' on success, otherwise a negative error value on error. 2116 This function returns 0 on success, a negative error code otherwise. 2304 The function returns 0 on success, -EINVAL on failure. 2330 The function returns 0 on success, -EINVAL on failure. 2967 in `PSCI`_. On success this function will not return. 2976 and on success it must return 0. 2983 failures it must return a negative value and on success it must [all …]
|
A D | rt-svc-writers-guide.rst | 159 On success, the initialization function must return ``0``. Any other return value
|
/arm-trusted-firmware-2.8.0/docs/security_advisories/ |
A D | security-advisory-tfv-1.rst | 157 return success. Platforms that copy this insecure pattern will have the same
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | firmware-design.rst | 961 function has reported success. So a service that fails to initialize will never
|
Completed in 20 milliseconds