acrn-hypervisor/hypervisor/include/arch/x86/guest
Shiqing Gao 60d0a75243 hv: fix integer violations
The operands to shift operations (<<, >>) shall be unsigned integers.

v1 -> v2:
 * replace 12U with CPU_PAGE_SHIFT when it is address shift case.
 * replace 6UL with 0x6UL

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-31 15:01:57 +08:00
..
guest_pm.h HV:fixed "Pointer param should be declared pointer to const" 2018-10-19 22:49:38 +08:00
guest.h hv: x2apic support for acrn 2018-10-25 13:41:29 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vcpu.h HV:vcpu fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
vioapic.h hv: rework the MMIO handler callback hv_mem_io_handler_t arguments 2018-10-29 14:29:37 +08:00
vlapic.h hv:Remove deadcode 'vm_lapic_from_pcpuid' 2018-10-25 13:45:40 +08:00
vm0_boot.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm.h hv: fix integer violations 2018-10-31 15:01:57 +08:00
vpic.h vpic: change assert/deassert method 2018-10-15 15:50:55 +08:00