acrn-hypervisor/hypervisor/include
Jason Chen CJ 8682552273 mmu: identify VA and PA in mmu.c
- read/write page table entries should use VA which defined as "void *"
- the address data in page table entries should us PA which defined as
  "uint64_t"

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:25 +08:00
..
arch/x86 mmu: identify VA and PA in mmu.c 2018-05-15 17:25:25 +08:00
common HV: add hypercall interface of get vcpu state data 2018-05-15 17:25:25 +08:00
debug Remove STATIC_ASSERT Macro and replace with standard _Static_assert 2018-05-15 17:19:38 +08:00
lib treewide: fix declarations of functions with empty parameter lists 2018-05-15 17:25:23 +08:00
public HV: add hypercall interface of get vcpu state data 2018-05-15 17:25:25 +08:00
hv_debug.h initial import 2018-05-11 14:44:28 +08:00
hv_lib.h Move s[n]printf to lib for release 2018-05-15 17:19:37 +08:00
hypervisor.h initial import 2018-05-11 14:44:28 +08:00