Searched refs:_count (Results 1 – 4 of 4) 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 95 .ifgt \_count 104 fill_constants \_count-1, \_rest 106 fill_constants \_count-1, \_this
|
/arm-trusted-firmware-2.8.0/include/common/ |
A D | asm_macros_common.S | 98 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN 109 .space ((\_count) * (\_size)), 0
|
/arm-trusted-firmware-2.8.0/drivers/scmi-msg/ |
A D | clock.h | 125 #define SCMI_CLOCK_DESCRIBE_RATES_NUM_RATES_FLAGS(_count, _fmt, _rem_rates) \ argument 127 ((_count) & SCMI_CLOCK_DESCRIBE_RATES_COUNT_MASK) | \
|
/arm-trusted-firmware-2.8.0/include/lib/cpus/aarch64/ |
A D | cpu_macros.S | 108 .macro fill_constants _count:req, _this, _rest:vararg 109 .ifgt \_count 118 fill_constants \_count-1, \_rest 120 fill_constants \_count-1, \_this
|
Completed in 5 milliseconds