Home
last modified time | relevance | path

Searched refs:GNTST_okay (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_gnttab.c47 if ( rc || (query->status != GNTST_okay) ) in xc_gnttab_query_size()
82 if ( rc || (query.status != GNTST_okay) ) in _gnttab_map_table()
112 if ( rc || (setup.status != GNTST_okay) ) in _gnttab_map_table()
A Dxc_dom_boot.c247 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dgrant_table.c48 return GNTST_okay; in create_grant_p2m_mapping()
78 return GNTST_okay; in replace_grant_p2m_mapping()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-diag.c52 if ( rc == 0 && (query.status == GNTST_okay) ) in gnttab_query_size_func()
56 return rc == 0 && (query.status == GNTST_okay) ? 0 : 1; in gnttab_query_size_func()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dgrant_table.c117 rc = GNTST_okay; in create_grant_pv_mapping()
126 if ( rc == GNTST_okay ) in create_grant_pv_mapping()
302 rc = GNTST_okay; in replace_grant_pv_mapping()
A Dshim.c648 nat.status = GNTST_okay; in pv_shim_grant_table_op()
/xen-4.10.0-shim-comet/xen/common/
A Dgrant_table.c343 int rc = GNTST_okay; in get_paged_frame()
622 int rc = GNTST_okay; in _set_status_v1()
695 int rc = GNTST_okay; in _set_status_v2()
1870 op.status = GNTST_okay; in gnttab_setup_table()
2326 s16 rc = GNTST_okay; in acquire_grant_for_copy()
2407 if ( rc != GNTST_okay ) in acquire_grant_for_copy()
2592 return GNTST_okay; in gnttab_copy_lock_domain()
2710 rc = GNTST_okay; in gnttab_copy_claim_buf()
2754 rc = GNTST_okay; in gnttab_copy_buf()
3046 op.status = GNTST_okay; in gnttab_get_status_frames()
[all …]
/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c175 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()
304 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()
/xen-4.10.0-shim-comet/xen/include/public/
A Dgrant_table.h644 #define GNTST_okay (0) /* Normal return. */ macro
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c1445 return GNTST_okay; in create_grant_host_mapping()
1460 return rc ? GNTST_general_error : GNTST_okay; in replace_grant_host_mapping()
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc193 any of the resultant operation `status` were different than `GNTST_okay`.

Completed in 34 milliseconds