Searched refs:full (Results 1 – 13 of 13) sorted by relevance
| /hypervisor/dm/vpci/ |
| A D | vmsi.c | 78 info.addr.full = (uint64_t)vmsi_addrlo | ((uint64_t)vmsi_addrhi << 32U); in remap_vmsi() 79 info.data.full = vmsi_msgdata; in remap_vmsi() 82 pci_pdev_write_cfg(pbdf, capoff + PCIR_MSI_ADDR, 0x4U, (uint32_t)info.addr.full); in remap_vmsi() 85 (uint32_t)(info.addr.full >> 32U)); in remap_vmsi() 86 pci_pdev_write_cfg(pbdf, capoff + PCIR_MSI_DATA_64BIT, 0x2U, (uint16_t)info.data.full); in remap_vmsi() 88 pci_pdev_write_cfg(pbdf, capoff + PCIR_MSI_DATA, 0x2U, (uint16_t)info.data.full); in remap_vmsi()
|
| A D | vmsix_on_msi.c | 176 info.addr.full = vdev->msix.table_entries[index].addr; in remap_one_vmsix_entry_on_msi() 177 info.data.full = vdev->msix.table_entries[index].data; in remap_one_vmsix_entry_on_msi() 187 pci_pdev_write_cfg(pbdf, capoff + PCIR_MSI_ADDR, 0x4U, (uint32_t)info.addr.full); in remap_one_vmsix_entry_on_msi() 190 (uint32_t)(info.addr.full >> 32U)); in remap_one_vmsix_entry_on_msi() 192 (uint16_t)info.data.full); in remap_one_vmsix_entry_on_msi() 195 (uint16_t)info.data.full); in remap_one_vmsix_entry_on_msi()
|
| A D | pci_pt.c | 115 info.addr.full = vdev->msix.table_entries[index].addr; in remap_one_vmsix_entry() 116 info.data.full = vdev->msix.table_entries[index].data; in remap_one_vmsix_entry() 130 mmio_write32((uint32_t)(info.addr.full), (void *)&(pentry->addr)); in remap_one_vmsix_entry() 131 mmio_write32((uint32_t)(info.addr.full >> 32U), (void *)((char *)&(pentry->addr) + 4U)); in remap_one_vmsix_entry() 133 mmio_write32(info.data.full, (void *)&(pentry->data)); in remap_one_vmsix_entry()
|
| /hypervisor/arch/x86/guest/ |
| A D | assign.c | 154 entry->pmsi.data.full = 0U; in ptirq_build_physical_msi() 155 entry->pmsi.addr.full = 0UL; in ptirq_build_physical_msi() 184 entry->vmsi.addr.full, entry->vmsi.data.full, in ptirq_build_physical_msi() 185 entry->pmsi.addr.full, entry->pmsi.data.full); in ptirq_build_physical_msi() 501 rte.full); in ptirq_handle_intx() 551 (void)vlapic_inject_msi(entry->vm, vmsi->addr.full, vmsi->data.full); in ptirq_softirq() 556 vmsi->addr.full, vmsi->data.full); in ptirq_softirq()
|
| A D | nested.c | 56 msr_val.full = msr_read(msr); in adjust_vmx_ctrls() 74 return val64.full; in adjust_vmx_ctrls() 87 val64.full = VMCS12_REVISION_ID /* Bits 30:0 - VMCS revision ID */ in init_vmx_msrs() 92 vcpu_set_guest_msr(vcpu, MSR_IA32_VMX_BASIC, val64.full); in init_vmx_msrs() 100 val64.full = msr_read(MSR_IA32_VMX_MISC); in init_vmx_msrs() 109 vcpu_set_guest_msr(vcpu, MSR_IA32_VMX_MISC, val64.full); in init_vmx_msrs()
|
| A D | vlapic.c | 1849 address.full = addr; in inject_msi_for_non_lapic_pt() 1850 data.full = (uint32_t) msg; in inject_msi_for_non_lapic_pt() 1851 dev_dbg(DBG_LEVEL_VLAPIC, "lapic MSI addr: %#lx msg: %#lx", address.full, data.full); in inject_msi_for_non_lapic_pt() 1878 dev_dbg(DBG_LEVEL_VLAPIC, "lapic MSI invalid addr %#lx", address.full); in inject_msi_for_non_lapic_pt() 1899 vmsi_addr.full = addr; in inject_msi_for_lapic_pt() 1900 vmsi_data.full = (uint32_t)data; in inject_msi_for_lapic_pt()
|
| /hypervisor/arch/x86/ |
| A D | ioapic.c | 199 rte.full = 0UL; in create_rte_for_legacy_irq() 220 rte.full = 0UL; in create_rte_for_gsi_irq() 259 rte.full); in ioapic_set_routing() 286 rte.full); in ioapic_set_rte() 348 irq, pin, rte.full); in ioapic_irq_gsi_mask_unmask()
|
| /hypervisor/include/common/ |
| A D | ptdev.h | 72 uint64_t full; member 104 uint32_t full; member
|
| /hypervisor/dm/ |
| A D | vioapic.c | 340 changed.full = last.full ^ new.full; in vioapic_indirect_write() 365 pin, vioapic->rtbl[pin].full); in vioapic_indirect_write() 504 vioapic->rtbl[pin].full = MASK_ALL_INTERRUPTS; in reset_one_vioapic()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | apicreg.h | 194 uint64_t full; member
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | nested.h | 14 uint64_t full; member
|
| /hypervisor/debug/ |
| A D | shell.c | 1352 rte.full = 0UL; in get_vioapic_info()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 600 * Certificate verification functions now set flags to -1 in case the full 1414 full and polarssl_free() is called (found by Mark Hasemeyer) 1606 * debug_set_log_mode() added to determine raw or full logging 1614 * Debug module only outputs full lines instead of parts 1626 ciphersuites, for full SSL frames of data. 2704 handling of 'full' certificate chains (found by Mathias
|
Completed in 31 milliseconds