hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/protected_memory_allocator.h
....@@ -46,7 +46,7 @@
4646 * @pma_free_page: Callback to free protected memory
4747 */
4848 struct protected_memory_allocator_ops {
49
- /**
49
+ /*
5050 * pma_alloc_page - Allocate protected memory pages
5151 *
5252 * @pma_dev: The protected memory allocator the request is being made
....@@ -59,7 +59,7 @@
5959 struct protected_memory_allocator_device *pma_dev,
6060 unsigned int order);
6161
62
- /**
62
+ /*
6363 * pma_get_phys_addr - Get the physical address of the protected memory
6464 * allocation
6565 *
....@@ -74,7 +74,7 @@
7474 struct protected_memory_allocator_device *pma_dev,
7575 struct protected_memory_allocation *pma);
7676
77
- /**
77
+ /*
7878 * pma_free_page - Free a page of memory
7979 *
8080 * @pma_dev: The protected memory allocator the request is being made