doc: update uses of VHM in doxygen comments

PR #6283 updated code and docs to the new kernel HSM driver. Fix
some references to VHM missed in the doxygen comments. Also fixed some
misspellings while in these files.

Tracked-On: #6282

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-09-30 11:26:51 -07:00
committed by David Kinder
parent 79a5d7a787
commit 2913395123
3 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ void *gpa2hva(struct acrn_vm *vm, uint64_t x);
* @pre Caller(Guest) should make sure gpa is continuous.
* - gpa from hypercall input which from kernel stack is gpa continuous, not
* support kernel stack from vmap
* - some other gpa from hypercall parameters, VHM should make sure it's
* - some other gpa from hypercall parameters, HSM should make sure it's
* continuous
* @pre Pointer vm is non-NULL
*/
@@ -75,7 +75,7 @@ int32_t copy_from_gpa(struct acrn_vm *vm, void *h_ptr, uint64_t gpa, uint32_t si
* @pre Caller(Guest) should make sure gpa is continuous.
* - gpa from hypercall input which from kernel stack is gpa continuous, not
* support kernel stack from vmap
* - some other gpa from hypercall parameters, VHM should make sure it's
* - some other gpa from hypercall parameters, HSM should make sure it's
* continuous
* @pre Pointer vm is non-NULL
*/