Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 2 of 2) sorted by relevance

/libcpu/aarch64/common/
A Dcpu.c25 #define REPORT_ERR(retval) LOG_E("got error code %d in %s(), %s:%d", (retval), __func__, __FILE__, … argument
26 #define CHECK_RETVAL(retval) if (retval) {REPORT_ERR(retval);} argument
174 int retval; in _cpus_init() local
181 retval = -1; in _cpus_init()
184 if (retval) in _cpus_init()
185 return retval; in _cpus_init()
200 CHECK_RETVAL(retval); in _cpus_init()
221 int retval = 0; in rt_hw_cpu_boot_secondary() local
225 retval = _cpus_init(num_cpus, cpu_hw_ids, cpu_ops); in rt_hw_cpu_boot_secondary()
226 CHECK_RETVAL(retval); in rt_hw_cpu_boot_secondary()
[all …]
A Dmmu.c497 int retval; in rt_hw_mmu_setup() local
498 retval = rt_aspace_map_phy_static(aspace, &mdesc->varea, &hint, attr, in rt_hw_mmu_setup()
500 if (retval) in rt_hw_mmu_setup()
502 LOG_E("%s: map failed with code %d", __FUNCTION__, retval); in rt_hw_mmu_setup()

Completed in 7 milliseconds