Searched refs:external_pe (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | context.c | 104 ctx->external_pe = ctx->pe; in cxl_context_init() 106 ctx->external_pe = -1; /* assigned when attaching */ in cxl_context_init()
|
H A D | api.c | 334 return ctx->external_pe; in cxl_process_element()
|
H A D | guest.c | 608 ctx->external_pe = ctx->process_token & 0xFFFFFFFF; in attach_afu_directed() 610 ctx->pe, ctx->external_pe, ctx->psn_size); in attach_afu_directed()
|
H A D | file.c | 285 if (copy_to_user(upe, &ctx->external_pe, sizeof(__u32))) in afu_ioctl_process_element()
|
H A D | cxl.h | 594 * external_pe is the PE shown outside of cxl. 595 * On bare-metal, pe=external_pe, because we decide what the handle is. 601 int external_pe; member
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | context.c | 104 ctx->external_pe = ctx->pe; in cxl_context_init() 106 ctx->external_pe = -1; /* assigned when attaching */ in cxl_context_init()
|
H A D | api.c | 335 return ctx->external_pe; in cxl_process_element()
|
H A D | guest.c | 614 ctx->external_pe = ctx->process_token & 0xFFFFFFFF; in attach_afu_directed() 616 ctx->pe, ctx->external_pe, ctx->psn_size); in attach_afu_directed()
|
H A D | file.c | 285 if (copy_to_user(upe, &ctx->external_pe, sizeof(__u32))) in afu_ioctl_process_element()
|
H A D | cxl.h | 596 * external_pe is the PE shown outside of cxl. 597 * On bare-metal, pe=external_pe, because we decide what the handle is. 603 int external_pe; member
|
Completed in 15 milliseconds