Home
last modified time | relevance | path

Searched defs:offset (Results 101 – 125 of 1143) sorted by last modified time

12345678910>>...46

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvioapic.c333 uint64_t offset; in vioapic_mmio_rw() local
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvtd.c284 int offset; in vtd_iotlb_global_invalidate() local
H A Dvmx.c1110 const uint64_t offset = vcpu_tsc_offset(vmx->vm, vcpu, true); in vmx_apply_tsc_adjust() local
1977 const uint_t offset = APIC_WRITE_OFFSET(qual); in vmx_handle_apic_write() local
2050 int access_type, offset, allowed; in vmx_handle_apic_access() local
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm.c1878 const uint64_t offset = vcpu_tsc_offset(svm_sc->vm, vcpuid, true); in svm_apply_tsc_adjust() local
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvlapic_freq_periodic.c77 hrtime_t offset; in check_reading() local
H A Dvpmtmr_freq.c65 hrtime_t offset; in check_reading() local
H A Dvlapic_freq.c72 hrtime_t offset; in check_reading() local
H A Dtsc_freq_ctrl.c62 hrtime_t offset; in check_reading() local
H A Dvatpit_freq.c60 hrtime_t offset; in check_reading() local
H A Dvhpet_freq.c65 hrtime_t offset; in check_reading() local
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dpciio.h96 u_int32_t offset; /* offset into device list */ member
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.c683 uint64_t offset; in vmm_pte2paddr() local
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c2026 vm_rtc_write(struct vmctx *ctx, int offset, uint8_t value) in vm_rtc_write()
2039 vm_rtc_read(struct vmctx *ctx, int offset, uint8_t *retval) in vm_rtc_read()
/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.c220 int offset; in vga_get_pixel() local
253 int offset; in vga_render_graphics() local
264 int dots, offset, bit, font_offset; in vga_get_text_pixel() local
316 int offset; in vga_render_text() local
349 int offset; in vga_mem_rd_handler() local
417 int offset; in vga_mem_wr_handler() local
H A Dvirtio.c535 vi_find_cr(int offset) { in vi_find_cr()
561 vi_pci_read(struct pci_devinst *pi, int baridx, uint64_t offset, int size) in vi_pci_read()
680 vi_pci_write(struct pci_devinst *pi, int baridx, uint64_t offset, int size, in vi_pci_write()
H A Dtask_switch.c674 struct seg_desc *desc, uint64_t offset, int length, int addrsize, in calculate_gla()
H A Duart_emul.c471 uart_write(struct uart_softc *sc, int offset, uint8_t value) in uart_write()
594 uart_read(struct uart_softc *sc, int offset) in uart_read()
H A Dpci_xhci.c443 pci_xhci_portregs_write(struct pci_xhci_softc *sc, uint64_t offset, in pci_xhci_portregs_write()
2015 pci_xhci_dbregs_write(struct pci_xhci_softc *sc, uint64_t offset, in pci_xhci_dbregs_write()
2037 pci_xhci_rtsregs_write(struct pci_xhci_softc *sc, uint64_t offset, in pci_xhci_rtsregs_write()
2151 pci_xhci_portregs_read(struct pci_xhci_softc *sc, uint64_t offset) in pci_xhci_portregs_read()
2199 pci_xhci_hostop_write(struct pci_xhci_softc *sc, uint64_t offset, in pci_xhci_hostop_write()
2286 pci_xhci_write(struct pci_devinst *pi, int baridx, uint64_t offset, in pci_xhci_write()
2312 pci_xhci_hostcap_read(struct pci_xhci_softc *sc, uint64_t offset) in pci_xhci_hostcap_read()
2361 pci_xhci_hostop_read(struct pci_xhci_softc *sc, uint64_t offset) in pci_xhci_hostop_read()
2429 pci_xhci_rtsregs_read(struct pci_xhci_softc *sc, uint64_t offset) in pci_xhci_rtsregs_read()
2459 pci_xhci_xecp_read(struct pci_xhci_softc *sc, uint64_t offset) in pci_xhci_xecp_read()
[all …]
H A Dpctestdev.c196 uint64_t offset; in pctestdev_iomem_io() local
H A Dpci_virtio_scsi.c333 pci_vtscsi_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtscsi_cfgread()
H A Dpci_virtio_input.c418 pci_vtinput_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtinput_cfgread()
448 pci_vtinput_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtinput_cfgwrite()
H A Dpci_virtio_net.c704 pci_vtnet_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtnet_cfgwrite()
725 pci_vtnet_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtnet_cfgread()
H A Dpci_virtio_viona.c817 viona_adjust_offset(struct pci_devinst *pi, uint64_t offset) in viona_adjust_offset()
888 pci_viona_msix_update(struct pci_devinst *pi, uint64_t offset) in pci_viona_msix_update()
973 pci_viona_write(struct pci_devinst *pi, int baridx, uint64_t offset, int size, in pci_viona_write()
1077 pci_viona_read(struct pci_devinst *pi, int baridx, uint64_t offset, int size) in pci_viona_read()
H A Dpci_virtio_console.c205 pci_vtcon_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtcon_cfgread()
H A Dpci_uart.c66 pci_uart_write(struct pci_devinst *pi, int baridx, uint64_t offset, int size, in pci_uart_write()
76 pci_uart_read(struct pci_devinst *pi, int baridx, uint64_t offset, int size) in pci_uart_read()

12345678910>>...46