nn::ro::RegisterList Function

Syntax

RegistrationList * RegisterList(
     void * pRr,
     size_t rrSize
);

Arguments

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.

Return Values

Returns a pointer to RegistrationList, which lists the loaded crr's if the crr's have been loaded successfully. If the function fails it returns NULL.

Description

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.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL