acrn-hypervisor/hypervisor/include
Mingqiang Chi b6b69f2178 hv: fix violations of coding guideline C-FN-16
The coding guideline rule C-FN-16 requires that 'Mixed-use of
C code and assembly code in a single function shall not be allowed',
this patch wraps inline assembly to inline functions.

Tracked-On: #6776
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>

v1-->v2:
    use inline functions for read/write XMM registers
2022-01-13 08:29:02 +08:00
..
arch/x86/asm hv: fix violations of coding guideline C-FN-16 2022-01-13 08:29:02 +08:00
common hv: tee: add x86_tee hypercall interfaces 2021-11-17 15:25:14 +08:00
debug hv: remove CONFIG_LOG_DESTINATION 2021-12-06 14:24:40 +08:00
dm HV: move the ve820 GPU OpRegion address 2021-11-08 13:13:14 +08:00
hw HV: treewide: fix violations of coding guideline C-TY-02 2021-11-04 18:15:47 +08:00
lib hv: align the MAX_IR_ENTRIES to MAX_PT_IRQ_ENTRIES 2021-11-15 09:00:27 +08:00
public hv: tee: add x86_tee hypercall interfaces 2021-11-17 15:25:14 +08:00