acrn-hypervisor/hypervisor/debug
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
..
console.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
dump.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
logmsg.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
printf.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
sbuf.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
serial_internal.h HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
serial.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
shell_internal.c hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
shell_internal.h hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
shell_public.c hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
uart16550.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV:treewide:fix rest of violations related parameter changed 2018-07-27 16:42:19 +08:00