次の方法で共有


Memory Functions (Compact 2013)

10/16/2014

The following table shows the Memory functions.

Programming Element

Description

OALCAtoUA

This function returns the uncached virtual address for a specified cached virtual address.

OALPAtoCA

This function returns the cached virtual address for a specified physical address.

OALPAtoUA

This function returns the uncached virtual address for a specified physical address.

OALPAtoVA

This function returns the cached or uncached virtual address for a specified physical address.

OALUAtoCA

This function returns the cached virtual address for a specified uncached virtual address.

OALVAtoPA

This function returns the physical address for a specified virtual address.

See Also

Reference

Memory Reference