Searched refs:t4 (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/arch/riscv/core/ |
D | coredump.c | 34 uint64_t t4; member 56 uint32_t t4; 103 arch_blk.r.t4 = esf->t4; in arch_coredump_info_dump()
|
D | fatal.c | 115 LOG_ERR(" a4: " PR_REG " t4: " PR_REG, esf->a4, esf->t4); in z_riscv_fatal_error_csf()
|
D | isr.S | 31 RV_I( op t4, __struct_arch_esf_t4_OFFSET(sp) );\
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | exception.h | 28 unsigned long t4; /* Caller-saved temporary register */ member
|
/Zephyr-latest/arch/mips/include/mips/ |
D | regdef.h | 36 #define t4 $12 macro
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | exception.h | 65 unsigned long t4; /* Caller-saved temporary register */ member
|
/Zephyr-latest/arch/mips/core/ |
D | fatal.c | 23 esf->t4, esf->t5, esf->t6, esf->t7); in z_mips_fatal_error()
|
D | isr.S | 47 op t4, ESF_O(t4)(sp) ;\
|
/Zephyr-latest/arch/mips/core/offsets/ |
D | offsets.c | 32 GEN_OFFSET_STRUCT(arch_esf, t4);
|
/Zephyr-latest/arch/riscv/core/offsets/ |
D | offsets.c | 105 GEN_OFFSET_STRUCT(arch_esf, t4);
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.c | 54 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()
|
D | port.c | 657 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()
|