Searched refs:cmp_off (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clocksource/ |
H A D | timer-davinci.c | 53 unsigned int cmp_off; member 163 clockevent->cmp_off, curr_time + cycles); in davinci_clockevent_set_next_event_cmp() 285 if (timer_cfg->cmp_off) { in davinci_timer_register() 286 clockevent->cmp_off = timer_cfg->cmp_off; in davinci_timer_register() 313 if (timer_cfg->cmp_off) { in davinci_timer_register()
|
/openbmc/linux/include/clocksource/ |
H A D | timer-davinci.h | 38 unsigned int cmp_off; member
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1231 int cmp_off = is_ld ? offsetof(CPUTLBEntry, addr_read) 1260 cmp_off + HOST_BIG_ENDIAN * 4); 1262 tcg_out_ld(s, TCG_TYPE_I64, TCG_TMP0, TCG_TMP3, cmp_off); 1298 tcg_out_ldst(s, OPC_LW, TCG_TMP0, TCG_TMP3, cmp_off + HI_OFF);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2468 int cmp_off = is_ld ? offsetof(CPUTLBEntry, addr_read) 2500 if (cmp_off == 0) { 2507 TCG_REG_TMP1, cmp_off); 2509 } else if (cmp_off == 0 && !HOST_BIG_ENDIAN) { 2515 cmp_off + 4 * HOST_BIG_ENDIAN); 2576 cmp_off + 4 * !HOST_BIG_ENDIAN);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1438 int cmp_off = is_ld ? offsetof(CPUTLBEntry, addr_read) 1464 if (cmp_off == 0) { 1476 tcg_out_ld32_12(s, COND_AL, TCG_REG_R2, TCG_REG_R1, cmp_off); 1478 tcg_out_ldrd_8(s, COND_AL, TCG_REG_R2, TCG_REG_R1, cmp_off);
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1083 int cmp_off = is_ld ? offsetof(CPUTLBEntry, addr_read) 1106 tcg_out_ld(s, TCG_TYPE_I64, TCG_REG_T2, TCG_REG_T1, cmp_off);
|