Home
last modified time | relevance | path

Searched refs:postface (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/arm/include/cortex_m/
Dtz_ns.h49 #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/
Dmain.c61 void postface(void) in postface() function
72 __TZ_WRAP_FUNC(preface, foo1, postface); in wrap_foo1()