Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/amd/
H A Damdvi_priv.h183 struct amdvi_ctrl { struct
253 CTASSERT(offsetof(struct amdvi_ctrl, pad1)== 0x58); argument
254 CTASSERT(offsetof(struct amdvi_ctrl, pad2)== 0x2028);
255 CTASSERT(offsetof(struct amdvi_ctrl, pad3)== 0x2040);
263 CTASSERT(sizeof(struct amdvi_ctrl) == 0x4000);
264 CTASSERT(sizeof(struct amdvi_ctrl) == AMDVI_MMIO_V1_SIZE);
379 struct amdvi_ctrl *ctrl; /* Control area. */
H A Damdvi_hw.c269 struct amdvi_ctrl *ctrl; in amdvi_get_cmd_tail()
290 struct amdvi_ctrl *ctrl; in amdvi_update_cmd_tail()
447 struct amdvi_ctrl *ctrl; in amdvi_cmp_wait()
475 struct amdvi_ctrl *ctrl; in amdvi_wait()
501 struct amdvi_ctrl *ctrl; in amdvi_dump_cmds()
525 struct amdvi_ctrl *ctrl; in amdvi_init_event()
691 struct amdvi_ctrl *ctrl; in amdvi_print_events()
712 struct amdvi_ctrl *ctrl; in amdvi_init_dte()
756 struct amdvi_ctrl *ctrl; in amdvi_event_intr()
786 struct amdvi_ctrl *ctrl; in amdvi_alloc_intr_resources()
[all …]
H A Divrs_drv.c684 softc->ctrl = (struct amdvi_ctrl *) PHYS_TO_DMAP(ivhd->BaseAddress); in ivhd_attach()