Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 171) sorted by relevance

1234567

/Zephyr-latest/arch/xtensa/core/
Dxtensa_backtrace.c108 int xtensa_backtrace_print(int depth, int *interrupted_stack) in xtensa_backtrace_print() argument
111 if (depth <= 0) { in xtensa_backtrace_print()
151 while (depth-- > 0 && stk_frame.next_pc != 0 && !corrupted) { in xtensa_backtrace_print()
/Zephyr-latest/dts/arc/synopsys/
Demsdp.dtsi97 fifo-depth = <32>;
115 fifo-depth = <32>;
141 fifo-depth = <16>;
156 fifo-depth = <16>;
Darc_hs4xd.dtsi187 fifo-depth = <32>;
198 fifo-depth = <32>;
209 fifo-depth = <32>;
Darc_hsdk.dtsi187 fifo-depth = <32>;
198 fifo-depth = <32>;
209 fifo-depth = <32>;
Demsk.dtsi150 fifo-depth = <32>;
162 fifo-depth = <32>;
/Zephyr-latest/doc/connectivity/networking/api/
Dip_4_6.rst8 :depth: 2
Dsntp.rst8 :depth: 2
Dptp_time.rst9 :depth: 2
Dnet_linkaddr.rst8 :depth: 2
Dlldp.rst8 :depth: 2
Dtrickle.rst8 :depth: 2
Ddhcpv6.rst8 :depth: 2
Ddhcpv4.rst8 :depth: 2
Dnet_core.rst8 :depth: 2
Dethernet_mgmt.rst8 :depth: 2
Dnet_offload.rst8 :depth: 2
Dethernet.rst8 :depth: 2
Dnet_stats.rst8 :depth: 2
Dsocks5.rst8 :depth: 2
Ddns_resolve.rst8 :depth: 2
/Zephyr-latest/arch/xtensa/include/
Dxtensa_backtrace.h97 int xtensa_backtrace_print(int depth, int *interrupted_stack);
/Zephyr-latest/arch/x86/
Dgen_mmu.py380 for depth in range(0, num_levels):
383 if depth == num_levels:
403 def new_child_table(self, table, virt_addr, depth): argument
406 new_table = self.levels[depth]()
408 % (self.levels[depth].__name__, new_table_addr))
422 for depth in range(1, num_levels):
425 table = self.new_child_table(table, virt_addr, depth)
/Zephyr-latest/arch/x86/core/
DKconfig.intel6429 support limited call-tree depth and must fit into the low core,
61 int "Maximum IRQ nesting depth"
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst8 :depth: 2
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dmacro_priv.inc62 /* increment exception depth */

1234567