acrn-hypervisor/hypervisor/common
Zhao Yakui a7706e0c39 HV: Use the mwait instead of pause for cpu_idle
Now it will use the pause when cpu is in idle state. It will consume
more power. If the mwait is supported, it will use the monitor/mwait to
enter the deep CPU C-state. It helps to save power.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
2019-08-27 16:25:39 +08:00
..
hv_main.c HV: Use the mwait instead of pause for cpu_idle 2019-08-27 16:25:39 +08:00
hypercall.c hv: distinguish between LAPIC_PASSTHROUGH configured vs enabled 2019-05-23 11:15:31 +08:00
ptdev.c hv: release IOMMU irte when releasing ptirq remapping entries 2019-05-06 18:25:37 +08:00
schedule.c HV: Use the mwait instead of pause for cpu_idle 2019-08-27 16:25:39 +08:00
softirq.c HV: Add prefix 'p' before 'cpu' to physical cpu related functions 2019-04-24 10:50:28 +08:00
stack_protector.c hv:remove some unnecessary includes 2019-05-07 09:10:13 +08:00
trusty_hypercall.c hv:remove some unnecessary includes 2019-05-07 09:10:13 +08:00
vm_load.c reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00