/Zephyr-latest/tests/modules/nanopb/proto/ |
D | complex.proto | 9 import "sub/nested.proto"; 12 NestedMessage nested = 1; field
|
/Zephyr-latest/tests/modules/nanopb/src/ |
D | main.c | 52 msg.nested.id = 42; in ZTEST() 53 strcpy(msg.nested.name, "Test name"); in ZTEST() 68 zassert_equal(42, msg.nested.id); in ZTEST() 70 zassert_str_equal(msg.nested.name, "Test name"); in ZTEST()
|
/Zephyr-latest/arch/sparc/core/ |
D | irq_manage.c | 31 _current_cpu->nested++; in z_sparc_enter_irq() 48 _current_cpu->nested--; in z_sparc_enter_irq()
|
/Zephyr-latest/arch/x86/include/ |
D | kernel_arch_func.h | 30 ret = arch_curr_cpu()->nested != 0; in arch_is_in_isr() 34 return _kernel.cpus[0].nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/boards/native/native_posix/ |
D | irq_handler.c | 79 if (_kernel.cpus[0].nested == 0) { in posix_irq_handler() 83 _kernel.cpus[0].nested++; in posix_irq_handler() 99 _kernel.cpus[0].nested--; in posix_irq_handler()
|
/Zephyr-latest/boards/native/native_sim/ |
D | irq_handler.c | 87 if (_kernel.cpus[0].nested == 0) { in posix_irq_handler() 91 _kernel.cpus[0].nested++; in posix_irq_handler() 107 _kernel.cpus[0].nested--; in posix_irq_handler()
|
/Zephyr-latest/arch/arm64/include/ |
D | exception.h | 31 return arch_curr_cpu()->nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | irq.h | 100 ++(arch_curr_cpu()->nested); in arch_isr_direct_header() 118 --(arch_curr_cpu()->nested); in arch_isr_direct_footer()
|
/Zephyr-latest/arch/mips/core/ |
D | irq_manage.c | 65 _current_cpu->nested++; in z_mips_enter_irq() 91 _current_cpu->nested--; in z_mips_enter_irq()
|
/Zephyr-latest/arch/nios2/core/ |
D | irq_manage.c | 83 _kernel.cpus[0].nested++; in _enter_irq() 107 _kernel.cpus[0].nested--; in _enter_irq()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 283 ++_kernel.cpus[0].nested; in arch_isr_direct_header() 299 --_kernel.cpus[0].nested; in arch_isr_direct_footer() 307 if (swap != 0 && _kernel.cpus[0].nested == 0 && in arch_isr_direct_footer()
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | irq_handler.c | 105 if (_kernel.cpus[0].nested == 0) { in posix_irq_handler() 109 _kernel.cpus[0].nested++; in posix_irq_handler() 127 _kernel.cpus[0].nested--; in posix_irq_handler()
|
/Zephyr-latest/arch/posix/include/ |
D | kernel_arch_func.h | 42 return _kernel.cpus[0].nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/arch/riscv/include/ |
D | kernel_arch_func.h | 88 bool ret = arch_curr_cpu()->nested != 0U; in arch_is_in_isr() 93 return _kernel.cpus[0].nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/arch/mips/include/ |
D | kernel_arch_func.h | 47 return _current_cpu->nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/arch/arm/include/cortex_a_r/ |
D | exception.h | 38 return (arch_curr_cpu()->nested != 0U); in arch_is_in_isr()
|
/Zephyr-latest/arch/sparc/include/ |
D | kernel_arch_func.h | 55 return _current_cpu->nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/arch/nios2/include/ |
D | kernel_arch_func.h | 51 return _kernel.cpus[0].nested != 0U; in arch_is_in_isr()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | fault.c | 156 if (_current_cpu->nested > 1) { in z_arm_fault_undef_instruction_fp() 180 if (((_current_cpu->nested == 2) in z_arm_fault_undef_instruction_fp() 182 || ((_current_cpu->nested > 2) in z_arm_fault_undef_instruction_fp()
|
/Zephyr-latest/arch/xtensa/core/ |
D | prep_c.c | 46 cpu0->nested = 0; in z_prep_c()
|
D | vector_handlers.c | 55 was_in_isr = arch_curr_cpu()->nested > 1; in xtensa_is_outside_stack_bounds() 275 return _current_cpu->nested <= 1 ? in return_to() 490 _current_cpu->nested = 1; in xtensa_excint1_c()
|
/Zephyr-latest/tests/modules/nanopb/ |
D | CMakeLists.txt | 15 proto/sub/nested.proto
|
/Zephyr-latest/arch/x86/core/ |
D | prep_c.c | 37 _kernel.cpus[0].nested = 0; in z_prep_c()
|
/Zephyr-latest/kernel/include/ |
D | kernel_offsets.h | 29 GEN_OFFSET_SYM(_cpu_t, nested);
|
/Zephyr-latest/arch/xtensa/include/ |
D | kernel_arch_func.h | 143 return arch_curr_cpu()->nested != 0U; in arch_is_in_isr()
|