Home
last modified time | relevance | path

Searched refs:t_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dtranslate.c1541 TCGv_i32 t_id, t_ctrl; in do_get() local
1554 t_ctrl = tcg_constant_i32(ctrl); in do_get()
1555 gen_helper_get(reg_for_write(dc, rd), t_id, t_ctrl); in do_get()
1571 TCGv_i32 t_id, t_ctrl; in do_put() local
1584 t_ctrl = tcg_constant_i32(ctrl); in do_put()
1585 gen_helper_put(t_id, t_ctrl, reg_for_read(dc, ra)); in do_put()
/openbmc/linux/arch/sparc/kernel/
H A Dleon_pci_grpci2.c84 unsigned int t_ctrl; /* 0x80 */ member