Searched refs:preface (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 50 __asm__ volatile(".global " #preface "; .type " #preface ", %function"); \ 55 "bl " #preface "\n\t" \ 95 #define __TZ_WRAP_FUNC(preface, name, postface) \ argument 96 __TZ_WRAP_FUNC_RAW(preface, name, postface, "push {r4, lr}", "pop {r4, pc}")
|
| /Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/ |
| D | main.c | 36 void preface(void) in preface() function 67 __TZ_WRAP_FUNC(preface, foo1, postface); in wrap_foo1()
|