Searched refs:TAI (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 702 #define TAI(s, a, i) (RT(s) | RA(a) | ((i) & 0xffff)) 828 i = opc | TAI(rt, ra, imm); 842 i = opc | TAI(rt, ra, imm); 1126 tcg_out32(s, ADDI | TAI(ret, 0, arg)); 1130 tcg_out32(s, ADDIS | TAI(ret, 0, arg >> 16)); 1157 tcg_out32(s, ADDI | TAI(ret, TCG_REG_TB, tb_diff)); 1183 tcg_out32(s, ADDIS | TAI(ret, 0, arg >> 16)); 1188 tcg_out32(s, ADDI | TAI(ret, 0, arg)); 1198 tcg_out32(s, ADDI | TAI(ret, 0, arg)); 1208 tcg_out32(s, ADDI | TAI(ret, 0, tmp)); [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-timecard | 237 format messages do not provide a TAI offset. This sets the 284 TimeCard operates on TAI. This attribute allows setting the 285 offset in seconds, which is added to the TAI timebase for
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 47 Like ktime_get_real(), but uses the International Atomic Time (TAI)
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | pxa-regs.h | 2306 #define TAI 0x48100F00 /* TAI Tavor Address Isolation Register */ macro
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 557 readouts in case the internal TAI offset is updated e.g., caused
|