mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
1. We could explicitly use specific register to avoid one more register allocated. 2. If we explicitly assign register, it's not neccessary to add the register in clobber list according to gcc mannual. 3. For vmptrld, we add memory to clobber list also. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Reviewed-by: Edwin Zhai <edwin.zhai@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>