Searched refs:total_rmid (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xl/ |
A D | xl_psr.c | 32 uint32_t total_rmid; in psr_cmt_hwinfo() local 41 rc = libxl_psr_cmt_get_total_rmid(ctx, &total_rmid); in psr_cmt_hwinfo() 46 printf("%-16s: %u\n", "Total RMID", total_rmid); in psr_cmt_hwinfo() 144 uint32_t i, socketid, total_rmid; in psr_cmt_show() local 168 rc = libxl_psr_cmt_get_total_rmid(ctx, &total_rmid); in psr_cmt_show() 174 printf("Total RMID: %d\n", total_rmid); in psr_cmt_show()
|
/xen/tools/libxc/ |
A D | xc_psr.c | 70 int xc_psr_cmt_get_total_rmid(xc_interface *xch, uint32_t *total_rmid) in xc_psr_cmt_get_total_rmid() argument 78 *total_rmid = val; in xc_psr_cmt_get_total_rmid() 88 val = *total_rmid = sysctl.u.psr_cmt_op.u.data; in xc_psr_cmt_get_total_rmid()
|
/xen/tools/libxl/ |
A D | libxl_psr.c | 193 int libxl_psr_cmt_get_total_rmid(libxl_ctx *ctx, uint32_t *total_rmid) in libxl_psr_cmt_get_total_rmid() argument 198 rc = xc_psr_cmt_get_total_rmid(ctx->xch, total_rmid); in libxl_psr_cmt_get_total_rmid()
|
A D | libxl.h | 2599 int libxl_psr_cmt_get_total_rmid(libxl_ctx *ctx, uint32_t *total_rmid);
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 2502 int xc_psr_cmt_get_total_rmid(xc_interface *xch, uint32_t *total_rmid);
|
Completed in 21 milliseconds