Home
last modified time | relevance | path

Searched refs:pfn_types (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxc/
A Dxc_sr_restore_x86_pv.c26 uint32_t *pfn_types = NULL; in expand_p2m() local
40 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 …]
A Dxc_sr_common.h359 uint32_t *pfn_types; member

Completed in 6 milliseconds