Searched refs:l3 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/arch/sparc/core/ |
D | window_trap.S | 28 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
|
D | interrupt_trap.S | 38 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
|
D | reset_trap.S | 37 and %g1, 0xfffffff0, %l3 44 sub %l3, 96, %sp 55 cmp %g2, %l3
|
D | sw_trap_set_pil.S | 39 and %l0, PSR_PIL, %l3 40 srl %l3, PSR_PIL_BIT, %i0
|
D | trap_table_svt.S | 50 srl %l6, 4, %l3 52 and %l3, 0xf, %l3 /* Interrupt level */
|
D | fault_trap.S | 40 mov %g2, %l3
|
D | trap_table_mvt.S | 26 mov (0xf & level), %l3;
|
/Zephyr-latest/include/zephyr/ |
D | irq_multilevel.h | 36 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/ |
D | thread.h | 45 uint32_t l3; member
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cavs-idc.h | 110 } l2, l3, l4, l5; member
|
/Zephyr-latest/soc/xlnx/zynq7000/common/ |
D | pinctrl_soc.h | 49 #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/ |
D | custom.css | 768 .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/ |
D | release-notes-3.2.rst | 2112 * :github:`48585` - net: l2: ieee802154: decouple l2/l3 layers
|