Searched refs:fill_constants (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/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
|
/trusted-firmware-a/include/lib/cpus/aarch64/ |
A D | cpu_macros.S | 105 .macro fill_constants _count:req, _this, _rest:vararg macro 115 fill_constants \_count-1, \_rest 117 fill_constants \_count-1, \_this 165 fill_constants CPU_MAX_PWR_DWN_OPS, \_power_down_ops
|
Completed in 4 milliseconds