Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 17 of 17) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvm_reset.c73 __unused size_t bytes) in handle_reset_reg_read()
135 static bool handle_kb_write(struct acrn_vcpu *vcpu, __unused uint16_t addr, size_t bytes, uint32_t … in handle_kb_write()
141 static bool handle_kb_read(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes) in handle_kb_read()
166 static bool handle_cf9_write(struct acrn_vcpu *vcpu, __unused uint16_t addr, size_t bytes, uint32_t… in handle_cf9_write()
180 static bool handle_reset_reg_write(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes, uint32_t va… in handle_reset_reg_write()
/hypervisor/dm/vpci/
A Dvpci_bridge.c158 uint32_t bytes, uint32_t *val) in read_vpci_bridge_cfg()
191 __unused uint32_t bytes, __unused uint32_t val) in write_vpci_bridge_cfg()
A Dvpci_mf_dev.c38 uint32_t bytes, uint32_t *val) in read_vpci_mf_dev()
46 __unused uint32_t bytes, __unused uint32_t val) in write_vpci_mf_dev()
A Dvpci.c52 static bool vpci_pio_cfgaddr_read(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes) in vpci_pio_cfgaddr_read()
75 static bool vpci_pio_cfgaddr_write(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes, uint32_t va… in vpci_pio_cfgaddr_write()
114 static bool vpci_pio_cfgdata_read(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes) in vpci_pio_cfgdata_read()
147 static bool vpci_pio_cfgdata_write(struct acrn_vcpu *vcpu, uint16_t addr, size_t bytes, uint32_t va… in vpci_pio_cfgdata_write()
459 uint32_t offset, uint32_t bytes, uint32_t *val) in read_cfg_header()
500 uint32_t offset, uint32_t bytes, uint32_t val) in write_cfg_header()
574 uint32_t bytes, uint32_t val) in write_pt_dev_cfg()
607 uint32_t bytes, uint32_t *val) in read_pt_dev_cfg()
647 uint32_t offset, uint32_t bytes, uint32_t *val) in vpci_read_cfg()
674 uint32_t offset, uint32_t bytes, uint32_t val) in vpci_write_cfg()
A Dvhostbridge.c241 uint32_t bytes, uint32_t *val) in read_vhostbridge_cfg()
268 uint32_t bytes, uint32_t val) in write_vhostbridge_cfg()
A Dvroot_port.c80 uint32_t bytes, uint32_t *val) in read_vrp_cfg()
88 __unused uint32_t bytes, __unused uint32_t val) in write_vrp_cfg()
A Dvmsix.c44 void read_vmsix_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t *val) in read_vmsix_cap_reg()
72 bool write_vmsix_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t val) in write_vmsix_cap_reg()
A Dvdev.c39 uint32_t pci_vdev_read_vcfg(const struct pci_vdev *vdev, uint32_t offset, uint32_t bytes) in pci_vdev_read_vcfg()
61 void pci_vdev_write_vcfg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t val) in pci_vdev_write_vcfg()
A Dvmcs9900.c36 uint32_t offset, uint32_t bytes, uint32_t * val) in read_vmcs9900_cfg()
95 uint32_t bytes, uint32_t val) in write_vmcs9900_cfg()
A Dvsriov.c281 void read_sriov_cap_reg(const struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t *val) in read_sriov_cap_reg()
295 void write_sriov_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t val) in write_sriov_cap_reg()
A Dvmsi.c102 void write_vmsi_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t val) in write_vmsi_cap_reg()
A Dvmsix_on_msi.c129 void write_vmsix_cap_reg_on_msi(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t va… in write_vmsix_cap_reg_on_msi()
A Dpci_pt.c56 void read_pt_vmsix_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t *val) in read_pt_vmsix_cap_reg()
71 void write_pt_vmsix_cap_reg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t val) in write_pt_vmsix_cap_reg()
A Divshmem.c312 static int32_t read_ivshmem_vdev_cfg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32… in read_ivshmem_vdev_cfg()
431 static int32_t write_ivshmem_vdev_cfg(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint3… in write_ivshmem_vdev_cfg()
/hypervisor/hw/
A Dpci.c99 static uint32_t pci_pio_read_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes) in pci_pio_read_cfg()
125 static void pci_pio_write_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes, uint32_t val) in pci_pio_write_cfg()
147 __unused uint32_t offset, __unused uint32_t bytes) in pci_pio_read_cfg()
153 __unused uint32_t offset, __unused uint32_t bytes, __unused uint32_t val) in pci_pio_write_cfg()
178 static uint32_t pci_mmcfg_read_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes) in pci_mmcfg_read_cfg()
194 static void pci_mmcfg_write_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes, uint32_t val) in pci_mmcfg_write_cfg()
220 uint32_t pci_pdev_read_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes) in pci_pdev_read_cfg()
233 void pci_pdev_write_cfg(union pci_bdf bdf, uint32_t offset, uint32_t bytes, uint32_t val) in pci_pdev_write_cfg()
/hypervisor/dm/
A Dvpic.c786 size_t bytes, uint32_t *eax) in vpic_primary_handler()
838 size_t bytes, uint32_t *eax) in vpic_secondary_handler()
888 static int32_t vpic_elc_handler(struct acrn_vpic *vpic, bool in, uint16_t port, size_t bytes, in vpic_elc_handler()
/hypervisor/include/hw/
A Dpci.h403 static inline bool pci_is_valid_access_offset(uint32_t offset, uint32_t bytes) in pci_is_valid_access_offset()
408 static inline bool pci_is_valid_access_byte(uint32_t bytes) in pci_is_valid_access_byte()
413 static inline bool pci_is_valid_access(uint32_t offset, uint32_t bytes) in pci_is_valid_access()

Completed in 28 milliseconds