Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Dcoredump.c34 uint64_t t4; member
56 uint32_t t4;
103 arch_blk.r.t4 = esf->t4; in arch_coredump_info_dump()
Dfatal.c115 LOG_ERR(" a4: " PR_REG " t4: " PR_REG, esf->a4, esf->t4); in z_riscv_fatal_error_csf()
Disr.S31 RV_I( op t4, __struct_arch_esf_t4_OFFSET(sp) );\
/Zephyr-latest/include/zephyr/arch/mips/
Dexception.h28 unsigned long t4; /* Caller-saved temporary register */ member
/Zephyr-latest/arch/mips/include/mips/
Dregdef.h36 #define t4 $12 macro
/Zephyr-latest/include/zephyr/arch/riscv/
Dexception.h65 unsigned long t4; /* Caller-saved temporary register */ member
/Zephyr-latest/arch/mips/core/
Dfatal.c23 esf->t4, esf->t5, esf->t6, esf->t7); in z_mips_fatal_error()
Disr.S47 op t4, ESF_O(t4)(sp) ;\
/Zephyr-latest/arch/mips/core/offsets/
Doffsets.c32 GEN_OFFSET_STRUCT(arch_esf, t4);
/Zephyr-latest/arch/riscv/core/offsets/
Doffsets.c105 GEN_OFFSET_STRUCT(arch_esf, t4);
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c54 uint64_t t4; member
560 ptp_clk.timestamp.t4 = ingress; in ptp_clock_delay()
563 (ptp_clk.timestamp.t4 - ptp_clk.timestamp.t1)) / 2; in ptp_clock_delay()
Dport.c657 uint64_t t3, t4, t4c; in port_delay_resp_msg_process() local
683 t4 = msg->timestamp.protocol.second * NSEC_PER_SEC + msg->timestamp.protocol.nanosecond; in port_delay_resp_msg_process()
684 t4c = t4 - (msg->header.correction >> 16); in port_delay_resp_msg_process()