Home
last modified time | relevance | path

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

/qemu/target/avr/
H A Ddisas.c66 (pctx->info->fprintf_func(pctx->info->stream, "%-9s " format, \
72 DisasContext *pctx = &ctx; in avr_print_insn() local
104 static bool trans_##opcode(DisasContext *pctx, arg_##opcode * a) \
111 static bool trans_##opcode(DisasContext *pctx, arg_##opcode * a) \
/qemu/hw/usb/
H A Dhcd-xhci.c266 dma_addr_t pctx; member
281 dma_addr_t pctx; member
868 stctx[i].pctx = base + i * 16; in xhci_alloc_stream_contexts()
1026 xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx)); in xhci_find_stream()
1046 xhci_dma_read_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state()
1054 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1058 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1068 epctx->pctx, state, ctx[3], ctx[2]); in xhci_set_ep_state()
1071 xhci_dma_write_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state()
1104 dma_addr_t pctx, uint32_t *ctx) in xhci_init_epctx() argument
[all …]