Searched refs:fill_constants (Results 1 – 2 of 2) sorted by relevance
/arm-trusted-firmware-2.8.0/include/lib/cpus/aarch32/ |
A D | cpu_macros.S | 94 .macro fill_constants _count:req, _this, _rest:vararg macro 104 fill_constants \_count-1, \_rest 106 fill_constants \_count-1, \_this 141 fill_constants CPU_MAX_PWR_DWN_OPS, \_power_down_ops
|
/arm-trusted-firmware-2.8.0/include/lib/cpus/aarch64/ |
A D | cpu_macros.S | 108 .macro fill_constants _count:req, _this, _rest:vararg macro 118 fill_constants \_count-1, \_rest 120 fill_constants \_count-1, \_this 173 fill_constants CPU_MAX_PWR_DWN_OPS, \_power_down_ops
|
Completed in 3 milliseconds