hv: ept: unify EPT API name to verb-object style

Rename ept_mr_add to ept_add_mr
Rename ept_mr_modify to ept_modify_mr
Rename ept_mr_del to ept_del_mr

Tracked-On: #1842
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
Li, Fei1
2019-06-14 18:32:19 +08:00
committed by ACRN System Integration
parent 4add405978
commit 9960ff98c5
12 changed files with 35 additions and 35 deletions

View File

@@ -552,7 +552,7 @@ request as shown below.
* - ACRN_REQUEST_EPT_FLUSH
- Request for EPT flush
- ept_mr_add, ept_mr_modify, ept_mr_del, or vmx_write_cr0 disable cache
- ept_add_mr, ept_modify_mr, ept_del_mr, or vmx_write_cr0 disable cache
- invept
* - ACRN_REQUEST_TRP_FAULT

View File

@@ -402,13 +402,13 @@ Address Space Translation
EPT
---
.. doxygenfunction:: ept_mr_add
.. doxygenfunction:: ept_add_mr
:project: Project ACRN
.. doxygenfunction:: ept_mr_del
.. doxygenfunction:: ept_del_mr
:project: Project ACRN
.. doxygenfunction:: ept_mr_modify
.. doxygenfunction:: ept_modify_mr
:project: Project ACRN
.. doxygenfunction:: destroy_ept