]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Library/MemEncryptSevLib.h
OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevIsEnabled() decl
[mirror_edk2.git] / OvmfPkg / Include / Library / MemEncryptSevLib.h
index b6753762423e4dd0ccd86b074d29fe58a9ea042d..88b272ebedefaeb079ee829ff8846c5e78f66f75 100644 (file)
@@ -22,9 +22,9 @@
 /**\r
   Returns a boolean to indicate whether SEV is enabled\r
 \r
-  @retval TRUE           SEV is active\r
+  @retval TRUE           SEV is enabled\r
   @retval FALSE          SEV is not enabled\r
-  **/\r
+**/\r
 BOOLEAN\r
 EFIAPI\r
 MemEncryptSevIsEnabled (\r
@@ -35,13 +35,15 @@ MemEncryptSevIsEnabled (
   This function clears memory encryption bit for the memory region specified\r
   by BaseAddress and Number of pages from the current page table context.\r
 \r
-  @param[in]  BaseAddress           The physical address that is the start address\r
-                                    of a memory region.\r
-  @param[in]  NumberOfPages         The number of pages from start memory region.\r
+  @param[in]  BaseAddress           The physical address that is the start\r
+                                    address of a memory region.\r
+  @param[in]  NumberOfPages         The number of pages from start memory\r
+                                    region.\r
   @param[in]  Flush                 Flush the caches before clearing the bit\r
                                     (mostly TRUE except MMIO addresses)\r
 \r
-  @retval RETURN_SUCCESS            The attributes were cleared for the memory region.\r
+  @retval RETURN_SUCCESS            The attributes were cleared for the memory\r
+                                    region.\r
   @retval RETURN_INVALID_PARAMETER  Number of pages is zero.\r
   @retval RETURN_UNSUPPORTED        Clearing memory encryption attribute is not\r
                                     supported\r
@@ -59,13 +61,15 @@ MemEncryptSevClearPageEncMask (
   This function sets memory encryption bit for the memory region specified by\r
   BaseAddress and Number of pages from the current page table context.\r
 \r
-  @param[in]  BaseAddress           The physical address that is the start address\r
-                                    of a memory region.\r
-  @param[in]  NumberOfPages         The number of pages from start memory region.\r
+  @param[in]  BaseAddress           The physical address that is the start\r
+                                    address of a memory region.\r
+  @param[in]  NumberOfPages         The number of pages from start memory\r
+                                    region.\r
   @param[in]  Flush                 Flush the caches before clearing the bit\r
                                     (mostly TRUE except MMIO addresses)\r
 \r
-  @retval RETURN_SUCCESS            The attributes were set for the memory region.\r
+  @retval RETURN_SUCCESS            The attributes were set for the memory\r
+                                    region.\r
   @retval RETURN_INVALID_PARAMETER  Number of pages is zero.\r
   @retval RETURN_UNSUPPORTED        Clearing memory encryption attribute is not\r
                                     supported\r