/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | start.S | 48 la t3, _AES_DATA_VMA_END 50 bleu t3, t2, _RETENTION_DATA_INIT 58 la t3, _RETENTION_DATA_VMA_END 60 bleu t3, t2, _RAMCODE_INIT 70 la t3, _RAMCODE_VMA_END 72 bleu t3, t2, _START
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/src/ |
D | main.c | 61 uint32_t t0, t1, t2, t3, t_s; in main() local 78 t3 = TEST_LOG(rpt, (LOG_INF("test with three arguments %d %d %d", 100, 10, 1))); in main() 79 t3 -= delta; in main() 98 timing_report(t3, rpt, "log message with 3 arguments"); in main()
|
/Zephyr-latest/arch/mips/core/ |
D | isr.S | 46 op t3, ESF_O(t3)(sp) ;\ 206 OP_LOADREG t3, _kernel_offset_to_ready_q_cache(k1) 207 beq t3, t2, no_reschedule 226 OP_LOADREG t3, _kernel_offset_to_ready_q_cache(t0) 227 beq t2, t3, no_reschedule 249 lw t3, 0(t2) 250 sw t3, _thread_offset_to_swap_return_value(t1)
|
D | fatal.c | 21 esf->t0, esf->t1, esf->t2, esf->t3); in z_mips_fatal_error()
|
/Zephyr-latest/arch/riscv/core/ |
D | coredump.c | 33 uint64_t t3; member 55 uint32_t t3; 102 arch_blk.r.t3 = esf->t3; in arch_coredump_info_dump()
|
D | fatal.c | 114 LOG_ERR(" a3: " PR_REG " t3: " PR_REG, esf->a3, esf->t3); in z_riscv_fatal_error_csf()
|
D | isr.S | 30 RV_I( op t3, __struct_arch_esf_t3_OFFSET(sp) );\
|
/Zephyr-latest/samples/kernel/condition_variables/condvar/src/ |
D | main.c | 79 long t1 = 1, t2 = 2, t3 = 3; in main() local 93 INT_TO_POINTER(t3), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
|
/Zephyr-latest/samples/net/dsa/src/ |
D | main.h | 76 static void dsa_thread_##ID(void *t1, void *t2, void *t3); \ 81 void dsa_thread_##ID(void *t1, void *t2, void *t3) \
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | exception.h | 27 unsigned long t3; /* Caller-saved temporary register */ member
|
/Zephyr-latest/arch/mips/include/mips/ |
D | regdef.h | 35 #define t3 $11 macro
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | exception.h | 64 unsigned long t3; /* Caller-saved temporary register */ member
|
/Zephyr-latest/arch/mips/core/offsets/ |
D | offsets.c | 31 GEN_OFFSET_STRUCT(arch_esf, t3);
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388.h | 157 int8_t t3; member
|
D | bmp388.c | 291 partial_data4 = (int64_t)partial_data3 * cal->t3; in bmp388_compensate_temp()
|
/Zephyr-latest/arch/riscv/core/offsets/ |
D | offsets.c | 104 GEN_OFFSET_STRUCT(arch_esf, t3);
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.c | 53 uint64_t t3; member 559 ptp_clk.timestamp.t3 = egress; in ptp_clock_delay() 562 delay = ((ptp_clk.timestamp.t2 - ptp_clk.timestamp.t3) + in ptp_clock_delay()
|
D | port.c | 657 uint64_t t3, t4, t4c; in port_delay_resp_msg_process() local 682 t3 = req->timestamp.host.second * NSEC_PER_SEC + req->timestamp.host.nanosecond; in port_delay_resp_msg_process() 686 ptp_clock_delay(t3, t4c); in port_delay_resp_msg_process()
|
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/ |
D | main.c | 130 k_timeout_t t3 = in ZTEST() local 133 test_timeout(chan, t3, true); in ZTEST()
|
/Zephyr-latest/tests/kernel/condvar/condvar_api/src/ |
D | main.c | 549 long t1 = 1, t2 = 2, t3 = 3; in _condvar_usecase() local 566 INT_TO_POINTER(t3), INT_TO_POINTER(multi), NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
|