#include <oskit/amm.h>oskit_addr_t amm_entry_start(amm_entry_t *entry);
oskit_addr_t amm_entry_end(amm_entry_t *entry);
oskit_size_t amm_entry_size(amm_entry_t *entry);
int amm_entry_flags(amm_entry_t *entry);
Macros provided to access AMM-private data members. Currently defined are macros to return the starting and ending virtual addresses of the entry as well as the size and attributes of the range covered by the entry.
- entry
- A pointer to a valid amm_entry_t structure.
Returns a data member of the appropriate type.