Searched refs:XENSTORE_RING_IDX (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | xs_wire.h | 83 typedef uint32_t XENSTORE_RING_IDX; typedef 88 XENSTORE_RING_IDX req_cons, req_prod; 89 XENSTORE_RING_IDX rsp_cons, rsp_prod;
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | xs_wire.h | 90 typedef uint32_t XENSTORE_RING_IDX; typedef 95 XENSTORE_RING_IDX req_cons, req_prod; 96 XENSTORE_RING_IDX rsp_cons, rsp_prod;
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_comms.c | 66 static int check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in check_indexes() 71 static void *get_output_chunk(XENSTORE_RING_IDX cons, in get_output_chunk() 72 XENSTORE_RING_IDX prod, in get_output_chunk() 81 static const void *get_input_chunk(XENSTORE_RING_IDX cons, in get_input_chunk() 82 XENSTORE_RING_IDX prod, in get_input_chunk() 109 XENSTORE_RING_IDX cons, prod; in xb_write() 161 XENSTORE_RING_IDX cons, prod; in xb_read()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_comms.c | 66 static int check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in check_indexes() 71 static void *get_output_chunk(XENSTORE_RING_IDX cons, in get_output_chunk() 72 XENSTORE_RING_IDX prod, in get_output_chunk() 81 static const void *get_input_chunk(XENSTORE_RING_IDX cons, in get_input_chunk() 82 XENSTORE_RING_IDX prod, in get_input_chunk() 109 XENSTORE_RING_IDX cons, prod; in xb_write() 161 XENSTORE_RING_IDX cons, prod; in xb_read()
|
Completed in 3 milliseconds