#include <pbank.h>
Data Fields | |
enum HIPC_pbank_stat | stat |
size_t | page_size |
void * | page_ro_p |
void * | page_rw_p |
enum HIPC_pbank_stat HIPC_pbank::stat |
Definition at line 13 of file pbank.h.
Referenced by hipcPbankGetStat(), hipcPbankInit(), hipcPbankSwitchAccept(), hipcPbankSwitchComplete(), and hipcPbankSwitchRequest().
size_t HIPC_pbank::page_size |
Definition at line 14 of file pbank.h.
Referenced by hipcPbankGetPageSize(), hipcPbankInit(), and hipcPbankSwitchComplete().
void* HIPC_pbank::page_ro_p |
Definition at line 15 of file pbank.h.
Referenced by hipcPbankGetReadOnlyPage(), hipcPbankInit(), hipcPbankSwitchAccept(), and hipcPbankSwitchComplete().
void* HIPC_pbank::page_rw_p |
Definition at line 16 of file pbank.h.
Referenced by hipcPbankGetWritablePage(), hipcPbankInit(), hipcPbankSwitchAccept(), and hipcPbankSwitchComplete().