Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c42 #define PTR_TO_FUNC(x) (int (*)(int))((uintptr_t)(x) | 0x1) macro
49 #define PTR_TO_FUNC(x) (int (*)(int))(x) macro
62 int (*func)(int i) = PTR_TO_FUNC(dst); in execute_from_buffer()