MOS Source Code
|
#include <do_copy.h>
Public Attributes | |
pml5_t | dest_pml5 |
pml5e_t * | dest_pml5e |
pml4_t | dest_pml4 |
pml4e_t * | dest_pml4e |
pml3_t | dest_pml3 |
pml3e_t * | dest_pml3e |
pml2_t | dest_pml2 |
pml2e_t * | dest_pml2e |
pml1_t | dest_pml1 |
pml1e_t * | dest_pml1e |
pml5e_t* dest_pml5e |
Definition at line 10 of file do_copy.h.
Referenced by mm_do_copy().
pml4_t dest_pml4 |
Definition at line 11 of file do_copy.h.
Referenced by pml4e_do_copy_callback().
pml4e_t* dest_pml4e |
Definition at line 13 of file do_copy.h.
Referenced by pml4e_do_copy_callback().
pml3_t dest_pml3 |
Definition at line 14 of file do_copy.h.
Referenced by pml3e_do_copy_callback(), and pml4e_do_copy_callback().
pml3e_t* dest_pml3e |
Definition at line 16 of file do_copy.h.
Referenced by pml3e_do_copy_callback().
pml2_t dest_pml2 |
Definition at line 17 of file do_copy.h.
Referenced by pml2e_do_copy_callback(), and pml3e_do_copy_callback().
pml2e_t* dest_pml2e |
Definition at line 19 of file do_copy.h.
Referenced by pml2e_do_copy_callback().
pml1_t dest_pml1 |
Definition at line 20 of file do_copy.h.
Referenced by pml1e_do_copy_callback(), and pml2e_do_copy_callback().
pml1e_t* dest_pml1e |
Definition at line 22 of file do_copy.h.
Referenced by pml1e_do_copy_callback().