/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | rimage_modules.c | 26 .entry_point = IMR_BOOT_LDR_TEXT_ENTRY_BASE, 39 .entry_point = RAM_BASE, 53 .entry_point = 0,
|
/Zephyr-latest/kernel/include/ |
D | ksched.h | 22 #define Z_VALID_PRIO(prio, entry_point) \ argument 23 (((prio) == K_IDLE_PRIO && z_is_idle_thread_entry(entry_point)) || \ 29 #define Z_ASSERT_VALID_PRIO(prio, entry_point) do { \ argument 30 __ASSERT(Z_VALID_PRIO((prio), (entry_point)), \ 37 #define Z_VALID_PRIO(prio, entry_point) ((prio) == -1) argument 38 #define Z_ASSERT_VALID_PRIO(prio, entry_point) __ASSERT((prio) == -1, "") argument 122 static inline bool _is_valid_prio(int prio, k_thread_entry_t entry_point) in _is_valid_prio() argument 124 if ((prio == K_IDLE_PRIO) && z_is_idle_thread_entry(entry_point)) { in _is_valid_prio()
|
D | kthread.h | 241 static inline bool z_is_idle_thread_entry(k_thread_entry_t entry_point) in z_is_idle_thread_entry() argument 243 return entry_point == idle; in z_is_idle_thread_entry()
|
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 22 k_thread_entry_t entry_point; member 41 iframe->entry_point = entry; in arch_new_thread()
|
/Zephyr-latest/soc/arm/fvp_aemv8r/aarch64/ |
D | soc.c | 13 int pm_cpu_on(unsigned long cpuid, uintptr_t entry_point) in pm_cpu_on() argument
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_weak_impl.c | 9 int __weak pm_cpu_on(unsigned long cpuid, uintptr_t entry_point) in pm_cpu_on() argument
|
D | pm_cpu_ops_psci.c | 63 uintptr_t entry_point) in pm_cpu_on() argument 72 (unsigned long) entry_point, 0); in pm_cpu_on()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | pm_cpu_ops.h | 56 int pm_cpu_on(unsigned long cpuid, uintptr_t entry_point);
|
/Zephyr-latest/soc/microchip/mec/common/spigen/ |
D | mec_spi_gen.py | 323 print(" Entry point address = {0}".format(args.entry_point)) 376 entry_point = args.entry_point 377 if args.entry_point == 0: 382 entry_point = int.from_bytes(indata[4:8], byteorder="little") 389 HDR_SPI_LOC, PLD_LOAD_ADDR, entry_point)) 399 header = build_header(chip, spi_config_info, HDR_SPI_LOC, PLD_SPI_LOC, entry_point, indata_len)
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 45 thread_status->entry_point = entry; in arch_new_thread() 96 z_thread_entry(ptr->entry_point, ptr->arg1, ptr->arg2, ptr->arg3); in posix_arch_thread_entry()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 170 void esp_appcpu_start(void *entry_point) in esp_appcpu_start() argument 211 esp_rom_ets_set_appcpu_boot_addr((void *)entry_point); in esp_appcpu_start() 307 void esp_appcpu_start2(void *entry_point) in esp_appcpu_start2() argument 318 esp_rom_ets_set_appcpu_boot_addr((void *)entry_point); in esp_appcpu_start2()
|
D | soc.h | 62 void esp_appcpu_start(void *entry_point);
|
/Zephyr-latest/arch/posix/include/ |
D | posix_core.h | 17 k_thread_entry_t entry_point; member
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 33 void esp_appcpu_start(void *entry_point) in esp_appcpu_start() argument 44 esp_rom_ets_set_appcpu_boot_addr((void *)entry_point); in esp_appcpu_start()
|
D | soc.h | 66 void esp_appcpu_start(void *entry_point);
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | manifest.h | 83 uint32_t entry_point; member
|