Searched full:sparc (Results 1 – 25 of 71) sorted by relevance
123
/Zephyr-latest/arch/sparc/ |
D | Kconfig | 4 menu "SPARC Options" 5 depends on SPARC 8 default "sparc" 32 Use Single-vector trapping (SVT). Defined by SPARC-V8 Embedded (V8E) 38 Use CASA atomic instructions. Defined by SPARC V9 and available 41 # The SPARC V8 ABI allocates a stack frame of minimum 96 byte for each SAVE
|
D | CMakeLists.txt | 3 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-sparc")
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | arch.h | 9 * @brief SPARC specific kernel interface header 10 * This header contains the SPARC specific kernel interface. It is 17 #include <zephyr/arch/sparc/exception.h> 18 #include <zephyr/arch/sparc/thread.h> 19 #include <zephyr/arch/sparc/sparc.h> 29 /* stacks, for SPARC architecture stack shall be 8byte-aligned */
|
/Zephyr-latest/arch/sparc/core/ |
D | sw_trap_set_pil.S | 9 #include <zephyr/arch/sparc/sparc.h> 16 * Handler for SPARC trap 0x89: trap_instruction, defined as "Reserved for the 17 * operating system" by SPARC-ABI.
|
D | trap_table_svt.S | 8 * This file contains the trap entry for SPARC operating with 9 * single-vector trap model, defined in SPARC V8E. The processor 20 * See trap_table_mvt.S for information about SPARC trap types. 25 #include <zephyr/arch/sparc/sparc.h>
|
D | reset_trap.S | 9 #include <zephyr/arch/sparc/sparc.h> 40 * According to SPARC ABI, Chapter 3: The system marks the deepest
|
D | window_trap.S | 8 * This file contains standard handlers for the SPARC V8 window overflow and 9 * underflow traps. It also implements the handler for SPARC-ABI 15 #include <zephyr/arch/sparc/sparc.h> 81 * Handler for SPARC trap 0x83: trap_instruction, defined as "Flush windows" by 82 * SPARC-ABI:
|
D | stack_offsets.h | 11 * Offsets for SPARC ABI stack frame. 13 * Reference: System V Application Binary Interface, SPARC Processor
|
/Zephyr-latest/arch/ |
D | archs.yml | 16 - name: sparc 17 path: sparc
|
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/ |
D | testcase.yaml | 6 # posix, riscv32, sparc 12 - sparc
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_sparc.cmake | 9 # SPARC V8, mul/div, casa 13 # SPARC V8, mul/div, no casa
|
/Zephyr-latest/tests/subsys/logging/log_syst/ |
D | testcase.yaml | 12 - sparc 36 - sparc
|
/Zephyr-latest/arch/sparc/core/offsets/ |
D | offsets.c | 9 * @brief SPARC kernel structure member offset definition file 12 * value represents the member offsets for various SPARC kernel structures.
|
/Zephyr-latest/soc/gaisler/ |
D | Kconfig | 6 default y if SPARC
|
/Zephyr-latest/soc/gaisler/leon3/ |
D | Kconfig | 5 select SPARC
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | testcase.yaml | 51 kernel.fpu_sharing.generic.sparc: 54 arch_allow: sparc
|
/Zephyr-latest/soc/gaisler/gr716a/ |
D | Kconfig | 5 select SPARC
|
/Zephyr-latest/boards/qemu/leon3/ |
D | board.cmake | 5 set(QEMU_binary_suffix sparc)
|
D | qemu_leon3.yaml | 6 arch: sparc
|
/Zephyr-latest/boards/gaisler/generic_leon3/ |
D | generic_leon3.yaml | 7 arch: sparc
|
/Zephyr-latest/boards/gaisler/gr716a_mini/ |
D | gr716a_mini.yaml | 7 arch: sparc
|
/Zephyr-latest/tests/kernel/mem_protect/stackprot/ |
D | testcase.yaml | 7 - sparc
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/ |
D | testcase.yaml | 12 - sparc
|
/Zephyr-latest/tests/kernel/fpu_sharing/float_disable/ |
D | testcase.yaml | 10 - sparc
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | Kconfig | 26 default 1024 if SPARC
|
123