Home
last modified time | relevance | path

Searched refs:to (Results 1 – 4 of 4) sorted by relevance

/devicemodel/bios/
A Dchangelog_vsbl.txt3 Update vFastboot to v1.1
4 Pass vrpmb key to vFastboot.
12 Update vFastboot to v1.0
19 Update vFastboot to v0.9
21 Support to append SSDT to ACPI table for First Stage Mount in AaaG.
23 …Enable to set boot target to CrashOS when panic happens in vSBL debug version, release version is …
30 Watchdog reset reason changed from "warm" to "watchdog".
31 Increase the limitation of bzImage size (from 15MB to 31MB).
36 Update vFastboot to v0.8
A Dchangelog_ovmf.txt4 - OvmfPkg: add AcrnS3Lib to support S3
7 - OVMF:ACRN:PCI: Add LoadOpRomImageLight to Load the PCI Rom
14 - acrn: fix how to get memory below 4G
23 - Change 64-bit MMIO BAR window to 256G-512G
51 - Add MemoryFence to AcrnEmuVariableFvbRuntimeDxe
99 - GvtGopDxe: Fix crash if failed to get a valid mode
109 - Add AcrnEmuVariableFvbRuntimeDxe to support NV storage
125 - Switch to BasePciLibPciExpress
133 - Use ACRN E820 map to query system memory size
138 - Use CPUID 0x40000010 to determine tsc frequency
[all …]
/devicemodel/core/
A Dsbuf.c79 void *to; in sbuf_put() local
95 to = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->tail; in sbuf_put()
97 memcpy(to, data, ele_size); in sbuf_put()
/devicemodel/hw/pci/
A Dahci.c778 void *to; in read_prdt() local
783 to = buf; in read_prdt()
797 memcpy(to, ptr, sublen); in read_prdt()
799 to += sublen; in read_prdt()

Completed in 11 milliseconds