Files
acrn-hypervisor/hypervisor/arch/x86
Qi Yadong 2fc3bdec40 HV: trusty: new hypercall to save/restore context of secure world
New field in VM's structure:
    sworld_snapshot: save cpu_context of secure world.

New hypercall: HC_SAVE_RESTORE_SWORLD_CTX
    In UOS S3 suspend path: trusty kernel driver will call this hypercall
    to require Hypervisor save context of secure world.
    In UOS S3 resume path: virtual firmware will call this hypercall to
    require Hypervisor restore context of secure world.

New bit in secure_world_control.flag:
    ctx_saved: indicate whether cpu_context of secure world is saved.

Signed-off-by: Qi Yadong <yadong.qi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-08-09 15:09:15 +08:00
..
2018-07-25 15:29:34 +08:00
2018-08-09 15:09:15 +08:00
2018-08-06 10:34:43 +08:00
2018-08-09 15:09:15 +08:00
2018-08-06 12:27:53 +08:00
2018-08-07 09:55:13 +08:00
2018-08-09 14:46:13 +08:00
2018-08-07 09:55:13 +08:00
2018-08-08 09:57:26 +08:00