| /arch/x86/core/ |
| A D | CMakeLists.txt | 1 # Copyright (c) 2019 Intel Corp. 6 zephyr_library_sources(cpuhalt.c) 7 zephyr_library_sources(prep_c.c) 8 zephyr_library_sources(fatal.c) 9 zephyr_library_sources(cpuid.c) 10 zephyr_library_sources(spec_ctrl.c) 12 zephyr_library_sources_ifdef(CONFIG_X86_MEMMAP memmap.c) 14 zephyr_library_sources_ifdef(CONFIG_PCIE pcie.c) 17 zephyr_library_sources_ifdef(CONFIG_X86_EFI efi.c) 19 zephyr_library_sources_ifdef(CONFIG_ACPI x86_acpi.c) [all …]
|
| A D | intel64.cmake | 1 # Copyright (c) 2019 Intel Corp. 13 intel64/cpu.c 14 intel64/irq.c 15 intel64/thread.c 16 intel64/fatal.c 18 zephyr_library_sources_ifdef(CONFIG_SMP intel64/smp.c) 19 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD intel64/irq_offload.c) 21 zephyr_library_sources_ifdef(CONFIG_THREAD_LOCAL_STORAGE intel64/tls.c) 22 zephyr_library_sources_ifdef(CONFIG_DEBUG_COREDUMP intel64/coredump.c)
|
| A D | ia32.cmake | 1 # Copyright (c) 2019 Intel Corp. 16 ia32/irq_manage.c 18 ia32/thread.c 21 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD ia32/irq_offload.c) 23 zephyr_library_sources_ifdef(CONFIG_LAZY_FPU_SHARING ia32/float.c) 24 zephyr_library_sources_ifdef(CONFIG_GDBSTUB ia32/gdbstub.c) 26 zephyr_library_sources_ifdef(CONFIG_DEBUG_COREDUMP ia32/coredump.c) 30 ia32/tls.c 34 zephyr_library_sources(ia32/fatal.c) 38 ia32/soft_float_stubs.c
|
| A D | efi.c | 113 int efi_console_putchar(int c) in efi_console_putchar() argument 131 if (c == '\n') { in efi_console_putchar() 155 efibuf[n++] = c; in efi_console_putchar() 156 if (c == '\n' || n == EFI_CON_BUFSZ) { in efi_console_putchar() 167 int arch_printk_char_out(int c) in arch_printk_char_out() argument 169 return efi_console_putchar(c); in arch_printk_char_out()
|
| A D | early_serial.c | 70 static void serout(int c) in serout() argument 74 OUT(REG_THR, c); in serout() 77 int arch_printk_char_out(int c) in arch_printk_char_out() argument 81 return c; in arch_printk_char_out() 84 if (c == '\n') { in arch_printk_char_out() 87 serout(c); in arch_printk_char_out() 88 return c; in arch_printk_char_out()
|
| /arch/riscv/core/ |
| A D | CMakeLists.txt | 6 cpu_idle.c 7 fatal.c 8 irq_manage.c 9 prep_c.c 10 reboot.c 13 thread.c 17 zephyr_library_sources(smp.c) 21 zephyr_library_sources(ipi.c) 30 zephyr_library_sources_ifdef(CONFIG_RISCV_PMP pmp.c pmp.S) 33 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c) [all …]
|
| /arch/arm/core/cortex_a_r/ |
| A D | CMakeLists.txt | 7 fault.c 8 irq_init.c 9 reboot.c 11 stacks.c 12 tcm.c 14 irq_manage.c 15 prep_c.c 16 thread.c 18 smp.c 22 zephyr_library_sources_ifdef(CONFIG_USERSPACE thread.c) [all …]
|
| /arch/arc/core/ |
| A D | CMakeLists.txt | 6 thread.c 9 fatal.c 10 fault.c 12 irq_manage.c 13 timestamp.c 17 prep_c.c 19 vector_table.c 22 zephyr_library_sources_ifdef(CONFIG_ARCH_CACHE cache.c) 25 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD irq_offload.c) 29 zephyr_library_sources_ifdef(CONFIG_ARC_CONNECT smp.c) [all …]
|
| /arch/rx/core/ |
| A D | CMakeLists.txt | 7 cpu_idle.c 8 prep_c.c 9 irq_manage.c 11 thread.c 12 vects.c 14 fatal.c 15 reboot.c 18 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD irq_offload.c)
|
| /arch/posix/core/ |
| A D | CMakeLists.txt | 6 cpuhalt.c 7 fatal.c 8 irq.c 9 swap.c 10 thread.c 14 target_sources(native_simulator INTERFACE fatal_trap.c) 18 posix_core_nsi.c
|
| /arch/mips/core/ |
| A D | CMakeLists.txt | 6 cpu_idle.c 7 fatal.c 8 irq_manage.c 10 prep_c.c 13 thread.c 16 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD irq_offload.c)
|
| /arch/arm/core/cortex_m/ |
| A D | CMakeLists.txt | 23 exc_exit.c 24 fault.c 26 fpu.c 28 scb.c 29 thread_abort.c 32 irq_manage.c 33 prep_c.c 34 thread.c 35 cpu_idle.c 48 zephyr_library_sources(debug.c) [all …]
|
| /arch/arm64/core/ |
| A D | CMakeLists.txt | 8 fatal.c 9 irq_init.c 10 irq_manage.c 11 prep_c.c 12 reboot.c 14 reset.c 16 thread.c 32 zephyr_library_sources_ifdef(CONFIG_LLEXT elf.c) 34 zephyr_library_sources_ifdef(CONFIG_ARM_MMU mmu.c mmu.S) 42 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c) [all …]
|
| /arch/sparc/core/ |
| A D | CMakeLists.txt | 6 fatal.c 8 prep_c.c 12 irq_manage.c 13 thread.c 20 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD irq_offload.c) 21 zephyr_library_sources_ifdef(CONFIG_THREAD_LOCAL_STORAGE tls.c)
|
| /arch/xtensa/core/ |
| A D | CMakeLists.txt | 8 cpu_idle.c 9 fatal.c 12 irq_manage.c 13 thread.c 14 vector_handlers.c 15 prep_c.c 27 zephyr_library_sources_ifdef(CONFIG_XTENSA_MMU ptables.c mmu.c) 36 mem_manage.c 115 OUTPUT ${HANDLERS}_tmp.c 118 -o ${HANDLERS}_tmp.c [all …]
|
| /arch/arm/core/mpu/ |
| A D | CMakeLists.txt | 5 zephyr_library_sources( arm_core_mpu.c) 6 zephyr_library_sources_ifdef(CONFIG_CPU_HAS_ARM_MPU arm_mpu.c) 7 zephyr_library_sources_ifdef(CONFIG_CPU_HAS_NXP_SYSMPU nxp_mpu.c) 10 zephyr_library_sources_ifdef(CONFIG_CPU_HAS_ARM_MPU arm_mpu_regions.c) 11 zephyr_library_sources_ifdef(CONFIG_CPU_HAS_NXP_SYSMPU nxp_mpu_regions.c)
|
| /arch/arm/core/ |
| A D | CMakeLists.txt | 6 fatal.c 7 nmi.c 11 zephyr_library_sources_ifdef(CONFIG_CPP __aeabi_atexit.c) 12 zephyr_library_sources_ifdef(CONFIG_IRQ_OFFLOAD irq_offload.c) 13 zephyr_library_sources_ifdef(CONFIG_THREAD_LOCAL_STORAGE tls.c) 16 zephyr_library_sources_ifdef(CONFIG_LLEXT elf.c) 17 zephyr_library_sources_ifdef(CONFIG_GDBSTUB gdbstub.c)
|
| A D | gdbstub.c | 134 size_t arch_gdb_reg_readall(struct gdb_ctx *c, uint8_t *buf, size_t buflen) in arch_gdb_reg_readall() argument 142 int r = bin2hex((const uint8_t *)(c->registers + i), 4, buf + pos, buflen - pos); in arch_gdb_reg_readall() 161 size_t arch_gdb_reg_writeall(struct gdb_ctx *c, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() argument 172 int r = hex2bin(hex + i * 8, 8, (uint8_t *)(c->registers + j), 4); in arch_gdb_reg_writeall() 184 size_t arch_gdb_reg_readone(struct gdb_ctx *c, uint8_t *buf, size_t buflen, uint32_t regno) in arch_gdb_reg_readone() argument 192 ret = bin2hex((uint8_t *)(c->registers + GDB_NUM_REGS - 1), 4, buf, buflen); in arch_gdb_reg_readone() 197 ret = bin2hex((uint8_t *)(c->registers + i), 4, buf, buflen); in arch_gdb_reg_readone() 205 size_t arch_gdb_reg_writeone(struct gdb_ctx *c, uint8_t *hex, size_t hexlen, uint32_t regno) in arch_gdb_reg_writeone() argument 217 ret = hex2bin(hex, hexlen, (uint8_t *)(c->registers + i), 4); in arch_gdb_reg_writeone() 222 ret = hex2bin(hex, hexlen, (uint8_t *)(c->registers + GDB_NUM_REGS - 1), 4); in arch_gdb_reg_writeone()
|
| /arch/arc/core/secureshield/ |
| A D | CMakeLists.txt | 2 # Copyright (c) 2018 Synopsys, Inc. All rights reserved. 9 arc_sjli.c 11 secure_sys_services.c
|
| /arch/common/ |
| A D | isr_tables_shell.c | 45 for (int c = 0; c < z_shared_sw_isr_table[idx].client_num; c++) { in cmd_shared_sw_isr_table() local 46 dump_isr_table_entry(sh, idx, &z_shared_sw_isr_table[idx].clients[c]); in cmd_shared_sw_isr_table()
|
| A D | CMakeLists.txt | 12 sw_isr_common.c 16 dynamic_isr.c 22 isr_tables_shell.c 27 multilevel_irq.c 30 zephyr_library_sources_ifdef(CONFIG_SHARED_INTERRUPTS shared_irq.c) 35 zephyr_library_sources_ifdef(CONFIG_TIMING_FUNCTIONS timing.c) 103 isr_tables.c 116 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
| /arch/arc/core/mpu/ |
| A D | CMakeLists.txt | 5 zephyr_library_sources_ifdef(CONFIG_ARC_CORE_MPU arc_core_mpu.c) 6 zephyr_library_sources_ifdef(CONFIG_ARC_MPU arc_mpu.c)
|
| /arch/arm64/core/xen/ |
| A D | CMakeLists.txt | 2 # Copyright (c) 2021 EPAM Systems 8 zephyr_library_sources(enlighten.c)
|
| /arch/posix/ |
| A D | natsim_optional.cmake | 1 # Copyright (c) 2025 Nordic Semiconductor ASA 9 zephyr_library_sources(${NSI_DIR}/common/src/nsi_errno.c)
|
| /arch/rx/ |
| A D | CMakeLists.txt | 1 # Copyright (c) 2020 KT-Elektronik, Klaucke und Partner GmbH 2 # Copyright (c) 2024 Renesas Electronics Corporation
|