Searched refs:gpadl (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hv/
H A Dhv_trace.h94 __field(u32, gpadl)
98 __entry->gpadl = gpadlcreated->gpadl;
101 TP_printk("child_relid 0x%x, gpadl 0x%x, creation_status %d",
102 __entry->child_relid, __entry->gpadl, __entry->status
124 TP_STRUCT__entry(__field(u32, gpadl)),
125 TP_fast_assign(__entry->gpadl = gpadltorndown->gpadl),
126 TP_printk("gpadl 0x%x", __entry->gpadl)
[all...]
H A Dchannel.c27 * hv_gpadl_size - Return the real size of a gpadl, the size that Hyper-V uses
29 * For BUFFER gpadl, Hyper-V uses the exact same size as the guest does.
31 * For RING gpadl, in each ring, the guest uses one PAGE_SIZE as the header
35 * ringbuffer, the total size for a RING gpadl that Hyper-V uses is the
62 * HV_HYP_PAGE) in a ring gpadl based on the
72 * For RING gpadl, in each ring, the guest uses one PAGE_SIZE as the
77 * And to calculate the effective send offset in gpadl, we need to
85 * the gpadl
87 * @type: the type of the gpadl
88 * @kbuffer: the pointer to the gpadl i
423 __vmbus_establish_gpadl(struct vmbus_channel *channel, enum hv_gpadl_type type, void *kbuffer, u32 size, u32 send_offset, struct vmbus_gpadl *gpadl) argument
562 vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, u32 size, struct vmbus_gpadl *gpadl) argument
809 vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) argument
[all...]
H A Dchannel_mgmt.c1348 * This is invoked when we received a response to our gpadl create request.
1381 (gpadlcreated->gpadl == gpadlheader->gpadl)) {
1437 * This is invoked when we received a response to our gpadl teardown request.
1468 if (gpadl_torndown->gpadl == gpadl_teardown->gpadl) {
/linux-master/include/linux/
H A Dhyperv.h42 * into gpadl, therefore the number for HV_HYP_PAGE and the indexes of each
53 * gpadl: | 4k | 4k | ... | 4k | 4k | 4k | ... | 4k | ... |
68 * gpadl: | 4k | 4k | ... | ... | 4k | 4k | ... |
376 u32 gpadl; member in struct:vmgpadl_packet_header
382 u32 gpadl; member in struct:vmadd_remove_transfer_page_set
406 u32 gpadl; member in struct:vmestablish_gpadl
417 u32 gpadl; member in struct:vmteardown_gpadl
643 u32 gpadl; member in struct:vmbus_channel_gpadl_header
653 u32 gpadl; member in struct:vmbus_channel_gpadl_body
660 u32 gpadl; member in struct:vmbus_channel_gpadl_created
667 u32 gpadl; member in struct:vmbus_channel_gpadl_teardown
672 u32 gpadl; member in struct:vmbus_channel_gpadl_torndown
[all...]

Completed in 115 milliseconds