Searched refs:vcxt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 386 struct whpx_register_set vcxt; in whpx_set_registers() local 403 memset(&vcxt, 0, sizeof(struct whpx_register_set)); in whpx_set_registers() 416 vcxt.values[idx].Reg64 = (uint64_t)env->regs[idx]; in whpx_set_registers() 422 vcxt.values[idx++].Reg64 = env->eip; in whpx_set_registers() 425 vcxt.values[idx++].Reg64 = env->eflags; in whpx_set_registers() 430 vcxt.values[idx].Segment = whpx_seg_q2h(&env->segs[i], v86, r86); in whpx_set_registers() 434 vcxt.values[idx++].Segment = whpx_seg_q2h(&env->ldt, 0, 0); in whpx_set_registers() 437 vcxt.values[idx++].Segment = whpx_seg_q2h(&env->tr, 0, 0); in whpx_set_registers() 440 vcxt.values[idx].Table.Base = env->idt.base; in whpx_set_registers() 441 vcxt.values[idx].Table.Limit = env->idt.limit; in whpx_set_registers() [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 7995 ilt->lines[cdu_ilt_start + i].page = bp->context[i].vcxt; in bnx2x_init_hw_func() 8298 BNX2X_PCI_FREE(bp->context[i].vcxt, bp->context[i].cxt_mapping, in bnx2x_free_mem() 8390 bp->context[i].vcxt = BNX2X_PCI_ALLOC(&bp->context[i].cxt_mapping, in bnx2x_alloc_mem() 8392 if (!bp->context[i].vcxt) in bnx2x_alloc_mem() 8785 &bp->context[cxt_index].vcxt[cxt_offset].eth; in bnx2x_pf_q_prep_init() 14459 vcxt[cxt_offset].eth, in bnx2x_cnic_sp_post()
|
H A D | bnx2x.h | 1200 union cdu_context *vcxt; member
|