Searched refs:pfn_types (Results 1 – 2 of 2) sorted by relevance
26 uint32_t *pfn_types = NULL; in expand_p2m() local40 pfn_typesz = (max_pfn + 1) * sizeof(*pfn_types); in expand_p2m()41 pfn_types = realloc(ctx->x86.pv.restore.pfn_types, pfn_typesz); in expand_p2m()42 if ( !pfn_types ) in expand_p2m()47 ctx->x86.pv.restore.pfn_types = pfn_types; in expand_p2m()84 if ( (ctx->x86.pv.restore.pfn_types[i] & in pin_pagetables()88 switch ( (ctx->x86.pv.restore.pfn_types[i] & in pin_pagetables()304 if ( (ctx->x86.pv.restore.pfn_types[pfn] & in process_vcpu_basic()336 if ( (ctx->x86.pv.restore.pfn_types[pfn] & in process_vcpu_basic()945 ctx->x86.pv.restore.pfn_types[pfn] = type; in x86_pv_set_page_type()[all …]
359 uint32_t *pfn_types; member
Completed in 6 milliseconds