RegistrationList * RegisterList( void * pRr, size_t rrSize );
| Name | Description | |
|---|---|---|
| in | pRr |
Specifies a pointer to the start of the crr. Must be aligned on a 4096-byte boundary. The memory must be other than device memory. |
| in | rrSize |
Specifies the size of the crr pointed to by pRr. |
RegistrationList, which lists the loaded crr's if the crr's have been loaded successfully. If the function fails it returns NULL. Registers a crr.
Corresponding crr's must be registered before loading cro's.
If execution succeeds, the memory pointed to by pRr is placed under the management of the ro library, after which it cannot be used for other purposes. To remove this memory region from management by the ro library, you must call UnregisterList.
CONFIDENTIAL