Lines Matching refs:page_table

224 	struct unrestricted_page_table_fmt *page_table;  member
623 if ( orbi->page_table != NULL ) { in sbp_targ_free_orbi()
625 printf("%s: free orbi->page_table %p\n", __func__, orbi->page_table); in sbp_targ_free_orbi()
626 free(orbi->page_table, M_SBP_TARG); in sbp_targ_free_orbi()
627 orbi->page_table = NULL; in sbp_targ_free_orbi()
848 if (orbi->page_table != NULL) { in sbp_targ_cam_done()
851 __func__, orbi->page_table); in sbp_targ_cam_done()
852 free(orbi->page_table, M_SBP_TARG); in sbp_targ_cam_done()
997 printf("%s: free orbi->page_table %p\n", __func__, orbi->page_table); in sbp_targ_pt_done()
1000 free(orbi->page_table, M_SBP_TARG); in sbp_targ_pt_done()
1015 printf("%s: free orbi->page_table %p\n", __func__, orbi->page_table); in sbp_targ_pt_done()
1019 free(orbi->page_table, M_SBP_TARG); in sbp_targ_pt_done()
1020 orbi->page_table = NULL; in sbp_targ_pt_done()
1029 for (i = 0, pt = orbi->page_table; i < orbi->orb4.data_size; i++, pt++) { in sbp_targ_pt_done()
1129 if (orbi->page_table == NULL) { in sbp_targ_fetch_pt()
1130 orbi->page_table = malloc(orbi->orb4.data_size* in sbp_targ_fetch_pt()
1133 if (orbi->page_table == NULL) in sbp_targ_fetch_pt()
1135 orbi->cur_pte = orbi->page_table; in sbp_targ_fetch_pt()
1136 orbi->last_pte = orbi->page_table + orbi->orb4.data_size; in sbp_targ_fetch_pt()
1138 if (debug && orbi->page_table != NULL) in sbp_targ_fetch_pt()
1140 __func__, orbi->page_table, orbi->orb4.data_size); in sbp_targ_fetch_pt()
1145 (void *)orbi->page_table, sbp_targ_pt_done); in sbp_targ_fetch_pt()
1161 printf("%s: free orbi->page_table %p due to xfer == NULL\n", __func__, orbi->page_table); in sbp_targ_fetch_pt()
1162 if (orbi->page_table != NULL) { in sbp_targ_fetch_pt()
1163 free(orbi->page_table, M_SBP_TARG); in sbp_targ_fetch_pt()
1164 orbi->page_table = NULL; in sbp_targ_fetch_pt()
1734 orbi->page_table = NULL; in sbp_targ_fetch_orb()