Files
acrn-hypervisor/hypervisor/arch/x86
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
..
2021-11-16 14:42:59 +08:00
2021-12-06 14:24:40 +08:00
2021-11-26 16:45:17 +08:00
2021-06-01 08:22:20 +08:00
2021-11-12 11:56:03 +08:00
2021-12-13 11:06:10 +08:00
2019-09-11 17:30:24 +08:00