Home
last modified time | relevance | path

Searched refs:tb_ptr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tcg/
H A Dtci.c283 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_ld()
309 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_st()
350 const uint32_t *tb_ptr = v_tb_ptr; in tcg_qemu_tb_exec() local
357 tci_assert(tb_ptr); in tcg_qemu_tb_exec()
373 insn = *tb_ptr++; in tcg_qemu_tb_exec()
432 tb_ptr = ptr; in tcg_qemu_tb_exec()
660 tb_ptr = ptr; in tcg_qemu_tb_exec()
871 tb_ptr = ptr; in tcg_qemu_tb_exec()
900 tb_ptr = *(void **)ptr; in tcg_qemu_tb_exec()
909 tb_ptr = ptr; in tcg_qemu_tb_exec()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dfhci-tds.c524 u16 tb_ptr; in fhci_flush_actual_frame() local
534 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_flush_actual_frame()
535 td = cpm_muram_addr(tb_ptr); in fhci_flush_actual_frame()
589 u16 tb_ptr; in fhci_host_transmit_actual_frame() local
594 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_host_transmit_actual_frame()
595 td = cpm_muram_addr(tb_ptr); in fhci_host_transmit_actual_frame()
604 tb_ptr = cpm_muram_offset(td); in fhci_host_transmit_actual_frame()
605 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()
/openbmc/qemu/include/tcg/
H A Dtcg.h1021 uintptr_t tcg_qemu_tb_exec(CPUArchState *env, const void *tb_ptr);
1023 typedef uintptr_t tcg_prologue_fn(CPUArchState *env, const void *tb_ptr);
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c451 const void *tb_ptr = itb->tc.ptr; in cpu_tb_exec() local
458 ret = tcg_qemu_tb_exec(env, tb_ptr); in cpu_tb_exec()