Home
last modified time | relevance | path

Searched refs:cmp_off (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dtimer-davinci.c53 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 Dtimer-davinci.h38 unsigned int cmp_off; member
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc1231 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 Dtcg-target.c.inc2468 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 Dtcg-target.c.inc1438 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 Dtcg-target.c.inc1083 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);