Home
last modified time | relevance | path

Searched refs:amdvi_ctrl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_priv.h181 struct amdvi_ctrl { struct
251 CTASSERT(offsetof(struct amdvi_ctrl, pad1)== 0x58); argument
252 CTASSERT(offsetof(struct amdvi_ctrl, pad2)== 0x2028);
253 CTASSERT(offsetof(struct amdvi_ctrl, pad3)== 0x2040);
261 CTASSERT(sizeof(struct amdvi_ctrl) == 0x4000);
262 CTASSERT(sizeof(struct amdvi_ctrl) == AMDVI_MMIO_V1_SIZE);
377 struct amdvi_ctrl *ctrl; /* Control area. */
H A Damdvi_hw.c263 struct amdvi_ctrl *ctrl; in amdvi_get_cmd_tail()
284 struct amdvi_ctrl *ctrl; in amdvi_update_cmd_tail()
470 struct amdvi_ctrl *ctrl; in amdvi_wait()
496 struct amdvi_ctrl *ctrl; in amdvi_dump_cmds()
520 struct amdvi_ctrl *ctrl; in amdvi_init_event()
686 struct amdvi_ctrl *ctrl; in amdvi_print_events()
707 struct amdvi_ctrl *ctrl; in amdvi_init_dte()
751 struct amdvi_ctrl *ctrl; in amdvi_event_intr()
781 struct amdvi_ctrl *ctrl; in amdvi_alloc_intr_resources()
1308 struct amdvi_ctrl *ctrl; in amdvi_enable()
[all …]
H A Divrs_drv.c678 softc->ctrl = (struct amdvi_ctrl *) PHYS_TO_DMAP(ivhd->BaseAddress); in ivhd_attach()