acrn-hypervisor/hypervisor/arch/x86
Yonghua Huang 55691aed46 hv: fix coding style violations in mmu.c
Fix violations that attempt to change parameter
 passed by value.

Tracked-On: #2056
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-26 14:17:24 +08:00
..
boot function name change in init.c 2018-12-19 09:07:14 +08:00
configs HV: change serial PCI cfg to bus:dev.func format 2018-12-20 10:11:02 +08:00
guest hv: vcpuid: leaf 0dh is percpu related 2018-12-25 14:55:42 +08:00
Kconfig HV: change serial PCI cfg to bus:dev.func format 2018-12-20 10:11:02 +08:00
assign.c Patch for modularising ioapic.[c/h] and related files. 2018-12-21 09:58:25 +08:00
cpu.c hv: coding style: refine cpu related function to one exit 2018-12-21 13:34:01 +08:00
cpu_caps.c hv: remove duplicated `is_vmx_disabled` 2018-12-24 14:04:55 +08:00
cpu_state_tbl.c hv: cpu_state_tbl: fix multiple exits 2018-12-21 16:19:09 +08:00
e820.c hv: fix e820.c violations 2018-12-21 10:33:32 +08:00
ept.c hv: ept: fix MISRA-C violations 2018-12-21 15:27:46 +08:00
gdt.c fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
idt.S move idt.S and idt.h out of boot component 2018-12-12 09:07:43 +08:00
init.c init: move init_scheduler into cpu.c 2018-12-21 10:34:15 +08:00
io.c hv: io: fix MISRA-C violations related to break 2018-12-25 15:31:38 +08:00
ioapic.c HV: x86: Fix "Variable should be declared static" 2018-12-26 13:47:51 +08:00
irq.c Patch for modularising ioapic.[c/h] and related files. 2018-12-21 09:58:25 +08:00
lapic.c hv: lapic: fix MISRA-C violation of potential numeric overflow 2018-12-20 09:09:31 +08:00
mmu.c hv: fix coding style violations in mmu.c 2018-12-26 14:17:24 +08:00
notify.c HV: x86: fix "Procedure has more than one exit point" 2018-12-19 13:06:34 +08:00
page.c hv: minimize the case of "identifier reuse" 2018-12-07 15:21:39 +08:00
pagetable.c hv: coding style: refine page related 2018-12-20 15:44:08 +08:00
pm.c hv: update coding style for tampoline.c 2018-12-25 13:25:14 +08:00
retpoline-thunk.S
security.c hv: coding style: refine cpu related function to one exit 2018-12-21 13:34:01 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
timer.c remove check_tsc 2018-12-17 14:31:52 +08:00
trampoline.c hv: update coding style for tampoline.c 2018-12-25 13:25:14 +08:00
trusty.c hv: coding style: refine trusty 2018-12-20 21:53:51 +08:00
virq.c hv: virq: refine acrn_handle_pending_request() has more than one exit point 2018-12-25 13:14:19 +08:00
vmcs.c hv: remove duplicated `is_vmx_disabled` 2018-12-24 14:04:55 +08:00
vmexit.c hv: vmexit: fix MISRA-C violations related to multiple exits 2018-12-20 23:05:13 +08:00
vmx.c hv: vmcs: fix MISRA-C violations related to pointer 2018-12-19 13:04:23 +08:00
vmx_asm.S move security related funcs into security.c 2018-12-19 09:07:14 +08:00
vtd.c hv:vtd: fix additional violations in vtd.c 2018-12-26 10:56:16 +08:00
wakeup.S HV: modularization to refine pm related code. 2018-12-19 13:02:09 +08:00