Home
last modified time | relevance | path

Searched refs:preface (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
51 ".global "#preface"; .type "#preface", %function"); \
59 "bl " #preface "\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.c37 void preface(void) in preface() function
72 __TZ_WRAP_FUNC(preface, foo1, postface); in wrap_foo1()