Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/include/lib/cpus/aarch32/
Dcpu_macros.S26 .macro fill_constants _count:req, _this, _rest:vararg
27 .ifgt \_count
36 fill_constants \_count-1, \_rest
38 fill_constants \_count-1, \_this
/trusted-firmware-a-latest/include/common/
Dasm_macros_common.S98 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN
109 .space ((\_count) * (\_size)), 0
/trusted-firmware-a-latest/drivers/scmi-msg/
Dclock.h125 #define SCMI_CLOCK_DESCRIBE_RATES_NUM_RATES_FLAGS(_count, _fmt, _rem_rates) \ argument
127 ((_count) & SCMI_CLOCK_DESCRIBE_RATES_COUNT_MASK) | \
/trusted-firmware-a-latest/include/lib/cpus/aarch64/
Dcpu_macros.S27 .macro fill_constants _count:req, _this, _rest:vararg
28 .ifgt \_count
37 fill_constants \_count-1, \_rest
39 fill_constants \_count-1, \_this