acrn-hypervisor/hypervisor/include/arch/x86
Shiqing Gao 11102cfa45 hv: change the param type of mmio_write**
Input parameter of mmio_write64/mmio_write32/mmio_write16/mmio_write8
should be 'void *addr' rather than 'const void *addr' since the object
pointed by 'addr' is modified in these operations.

This patch change the param type of mmio_write** and update its usage
accordingly.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
2018-12-04 09:10:54 +08:00
..
boot modularization: boot component 2018-12-03 09:09:44 +08:00
guest hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
abl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
apicreg.h hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
assign.h hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
cpu.h hv: replace CPU_PAGE_MASK with PAGE_MASK 2018-12-03 15:14:57 +08:00
cpufeatures.h HV: add CPU capabilities detection for L1TF mitigation 2018-11-01 11:21:15 +08:00
cpuid.h hv: clear CPUID.07H.EBX[2] to disable SGX from guests 2018-11-30 15:03:16 +08:00
gdt.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
host_pm.h hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
hv_arch.h hv: mmu: add static paging table allocation for hypervisor 2018-11-02 13:15:48 +08:00
io.h hv: change the param type of mmio_write** 2018-12-04 09:10:54 +08:00
ioapic.h hv: ioapic: clean up HV_DEBUG usage 2018-11-23 12:21:02 +08:00
ioreq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
irq.h hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
lapic.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
mmu.h hv: replace CPU_PAGE_MASK with PAGE_MASK 2018-12-03 15:14:57 +08:00
msr.h hv: code cleanup: msr.h 2018-11-21 14:45:43 +08:00
mtrr.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
multiboot.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
page.h hv: replace CPU_PAGE_MASK with PAGE_MASK 2018-12-03 15:14:57 +08:00
per_cpu.h hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
pgtable.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
sbl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
timer.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
trampoline.h modularization: boot component -- move functions 2018-12-03 09:09:44 +08:00
trusty.h hv: trusty: refine trusty memory region mapping 2018-11-30 16:49:27 +08:00
vmexit.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vmx.h fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
vtd.h hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
zeropage.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00