Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/include/
Dkernel_arch_data.h40 typedef struct __basic_sf _basic_sf_t;
/Zephyr-latest/arch/arm/include/
Dkernel_arch_data.h46 typedef struct __basic_sf _basic_sf_t;
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h67 struct __basic_sf { struct
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c56 struct __basic_sf *iframe; in arch_new_thread()
81 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()
107 iframe = (struct __basic_sf *) in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h105 struct __basic_sf { struct
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c65 struct __basic_sf *iframe; in arch_new_thread()
90 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()