acrn-hypervisor/hypervisor/common
Arindam Roy a2fe964de8 HV: Rename functions beginning with "_"
V1:
In order to remove MISRA C violations for rule
219S, rename functions, macros whose name
starts with "_".
Also removed some __mmio functions because they are
duplicates and are not used anywhere.
Renamed functions like __assert, to asm_assert,
because they were only wrappers around asm calls.

V2:
Over and above the changes on V1, modified bitmap
functions names to lock (corresponding to unlock)
introduced in V1

Signed-off-by: Arindam Roy <arindam.roy@intel.com>
2018-07-30 10:11:54 +08:00
..
hv_main.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
hypercall.c hv: mmu: refine delete page table mapping 2018-07-26 12:46:34 +08:00
io_request.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
ptdev.c HV: common: cleanup of remaining integral-type issues 2018-07-23 10:23:49 +08:00
schedule.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV: hypercall: make hypercall functions return int32_t 2018-07-23 10:23:49 +08:00
vm_load.c HV: common: cleanup of remaining integral-type issues 2018-07-23 10:23:49 +08:00