Home
last modified time | relevance | path

Searched defs:entry_point (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/kernel/include/
Dksched.h22 #define Z_VALID_PRIO(prio, entry_point) \ argument
29 #define Z_ASSERT_VALID_PRIO(prio, entry_point) do { \ argument
37 #define Z_VALID_PRIO(prio, entry_point) ((prio) == -1) argument
38 #define Z_ASSERT_VALID_PRIO(prio, entry_point) __ASSERT((prio) == -1, "") argument
124 static inline bool _is_valid_prio(int prio, void *entry_point) in _is_valid_prio()
Dkthread.h232 static inline bool z_is_idle_thread_entry(k_thread_entry_t entry_point) in z_is_idle_thread_entry()
/Zephyr-latest/soc/arm/fvp_aemv8r/aarch64/
Dsoc.c13 int pm_cpu_on(unsigned long cpuid, uintptr_t entry_point) in pm_cpu_on()
/Zephyr-latest/drivers/pm_cpu_ops/
Dpm_cpu_ops_weak_impl.c9 int __weak pm_cpu_on(unsigned long cpuid, uintptr_t entry_point) in pm_cpu_on()
Dpm_cpu_ops_psci.c63 uintptr_t entry_point) in pm_cpu_on()
/Zephyr-latest/arch/nios2/core/
Dthread.c22 k_thread_entry_t entry_point; member
/Zephyr-latest/arch/posix/include/
Dposix_core.h17 k_thread_entry_t entry_point; member
/Zephyr-latest/soc/espressif/esp32s3/
Desp32s3-mp.c29 void esp_appcpu_start(void *entry_point) in esp_appcpu_start()
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c170 void esp_appcpu_start(void *entry_point) in esp_appcpu_start()
307 void esp_appcpu_start2(void *entry_point) in esp_appcpu_start2()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dmanifest.h83 uint32_t entry_point; member