Searched refs:tb_ptr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tci.c | 68 static void tci_args_l(uint32_t insn, const void *tb_ptr, void **l0) in tci_args_l() argument 71 *l0 = diff ? (void *)tb_ptr + diff : NULL; in tci_args_l() 79 static void tci_args_nl(uint32_t insn, const void *tb_ptr, in tci_args_nl() argument 83 *l1 = sextract32(insn, 12, 20) + (void *)tb_ptr; in tci_args_nl() 86 static void tci_args_rl(uint32_t insn, const void *tb_ptr, in tci_args_rl() argument 90 *l1 = sextract32(insn, 12, 20) + (void *)tb_ptr; in tci_args_rl() 293 MemOpIdx oi, const void *tb_ptr) in tci_qemu_ld() argument 296 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_ld() 319 MemOpIdx oi, const void *tb_ptr) in tci_qemu_st() argument 322 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_st() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-tds.c | 524 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 D | tcg.h | 1011 uintptr_t tcg_qemu_tb_exec(CPUArchState *env, const void *tb_ptr); 1013 typedef uintptr_t tcg_prologue_fn(CPUArchState *env, const void *tb_ptr);
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 451 const void *tb_ptr = itb->tc.ptr; in cpu_tb_exec() local 458 ret = tcg_qemu_tb_exec(cpu_env(cpu), tb_ptr); in cpu_tb_exec()
|