Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/arch/sparc/core/
Dwindow_trap.S28 rd %wim, %l3
31 sll %l3, (CONFIG_SPARC_NWIN-1), %l2
35 srl %l3, 1, %l3
38 wr %l3, %l2, %wim
50 rd %wim, %l3
52 sll %l3, 1, %l4
54 srl %l3, (CONFIG_SPARC_NWIN-1), %l5
93 mov %g3, %l3
161 mov %l3, %g3
Dinterrupt_trap.S38 set 0x8d, %l3
160 mov %l3, %o0
275 rd %psr, %l3
276 and %l3, PSR_CWP, %l3
278 or %l3, %l0, %l0
285 rd %wim, %l3
296 srl %l3, %l6, %l5
303 sll %l3, 1, %l4
304 srl %l3, %l7, %l5
Dreset_trap.S37 and %g1, 0xfffffff0, %l3
44 sub %l3, 96, %sp
55 cmp %g2, %l3
Dsw_trap_set_pil.S39 and %l0, PSR_PIL, %l3
40 srl %l3, PSR_PIL_BIT, %i0
Dtrap_table_svt.S50 srl %l6, 4, %l3
52 and %l3, 0xf, %l3 /* Interrupt level */
Dfault_trap.S40 mov %g2, %l3
Dtrap_table_mvt.S26 mov (0xf & level), %l3;
/Zephyr-latest/include/zephyr/
Dirq_multilevel.h36 uint32_t l3: CONFIG_3RD_LEVEL_INTERRUPT_BITS; member
66 return irq.bits.l3 - 1; in _z_l3_irq()
71 if (z_irq.bits.l3 != 0) { in _z_irq_get_level()
145 .l3 = 0, in irq_to_level_2()
219 .l3 = irq + 1, in irq_to_level_3()
354 if (z_irq.bits.l3 != 0) { in irq_increment()
355 z_irq.bits.l3 += val; in irq_increment()
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h45 uint32_t l3; member
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcavs-idc.h110 } l2, l3, l4, l5; member
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h49 #define MIO_PIN_LX_SEL(l3, l2, l1, l0) \ argument
50 (MIO_PIN_L3_SEL(l3) | MIO_PIN_L2_SEL(l2) | MIO_PIN_L1_SEL(l1) | MIO_PIN_L0_SEL(l0))
/Zephyr-latest/doc/_static/css/
Dcustom.css768 .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
777 .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover,
778 .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:hover {
784 .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:active,
785 .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:active {
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2112 * :github:`48585` - net: l2: ieee802154: decouple l2/l3 layers