Searched refs:postface (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | tz_ns.h | 49 #define __TZ_WRAP_FUNC_RAW(preface, name, postface, store_lr, load_lr) \ argument 55 ".global "#postface"; .type "#postface", %function"); \ 63 "bl " #postface "\n\t" \ 101 #define __TZ_WRAP_FUNC(preface, name, postface) \ argument 102 __TZ_WRAP_FUNC_RAW(preface, name, postface, "push {r4, lr}", \
|
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/ |
D | main.c | 61 void postface(void) in postface() function 72 __TZ_WRAP_FUNC(preface, foo1, postface); in wrap_foo1()
|