Symbol: HV_HYP_PAGE_SIZE
arch/x86/hyperv/hv_init.c
108
ghcb_va = memremap(ghcb_gpa, HV_HYP_PAGE_SIZE, MEMREMAP_WB | MEMREMAP_DEC);
arch/x86/hyperv/hv_init.c
555
memcpy_to_page(pg, 0, src, HV_HYP_PAGE_SIZE);
arch/x86/hyperv/ivm.c
225
BUILD_BUG_ON(sizeof(union hv_ghcb) != HV_HYP_PAGE_SIZE);
arch/x86/hyperv/ivm.c
66
} __packed __aligned(HV_HYP_PAGE_SIZE);
arch/x86/hyperv/ivm.c
779
pfn_array = kmalloc(HV_HYP_PAGE_SIZE, GFP_KERNEL);
arch/x86/hyperv/ivm.c
792
vaddr = (void *)kbuffer + (i * HV_HYP_PAGE_SIZE);
drivers/hv/channel.c
108
delta = PAGE_SIZE - HV_HYP_PAGE_SIZE;
drivers/hv/channel.c
110
delta = 2 * (PAGE_SIZE - HV_HYP_PAGE_SIZE);
drivers/hv/channel.c
117
return virt_to_hvpfn(kbuffer + delta + (HV_HYP_PAGE_SIZE * i));
drivers/hv/channel.c
55
return size - 2 * (PAGE_SIZE - HV_HYP_PAGE_SIZE);
drivers/hv/channel.c
81
return (offset - (PAGE_SIZE - HV_HYP_PAGE_SIZE)) >> HV_HYP_PAGE_SHIFT;
drivers/hv/connection.c
219
BUILD_BUG_ON(PAGE_SIZE < HV_HYP_PAGE_SIZE);
drivers/hv/connection.c
235
(HV_HYP_PAGE_SIZE >> 1));
drivers/hv/connection.c
269
memset(vmbus_connection.monitor_pages[0], 0x00, HV_HYP_PAGE_SIZE);
drivers/hv/connection.c
270
memset(vmbus_connection.monitor_pages[1], 0x00, HV_HYP_PAGE_SIZE);
drivers/hv/hv.c
293
memremap(base, HV_HYP_PAGE_SIZE, MEMREMAP_WB | MEMREMAP_DEC);
drivers/hv/hv.c
312
memremap(base, HV_HYP_PAGE_SIZE, MEMREMAP_WB | MEMREMAP_DEC);
drivers/hv/hv_balloon.c
1210
HV_HYP_PAGE_SIZE)
drivers/hv/hv_balloon.c
1282
memset(balloon_up_send_buffer, 0, HV_HYP_PAGE_SIZE);
drivers/hv/hv_balloon.c
1491
HV_HYP_PAGE_SIZE, &recvlen, &requestid);
drivers/hv/hv_balloon.c
1573
#define HV_LARGE_REPORTING_LEN (HV_HYP_PAGE_SIZE << \
drivers/hv/hv_balloon.c
1585
WARN_ON_ONCE(sgl->length < (HV_HYP_PAGE_SIZE << page_reporting_order));
drivers/hv/hv_balloon.c
1623
(sg->length / HV_HYP_PAGE_SIZE) - 1;
drivers/hv/hv_balloon.c
1692
if (PAGE_SIZE != HV_HYP_PAGE_SIZE) {
drivers/hv/hv_balloon.c
1729
dev->channel->max_pkt_size = HV_HYP_PAGE_SIZE * 2;
drivers/hv/hv_balloon.c
1893
seq_printf(f, "%-22s: %ld\n", "page_size", HV_HYP_PAGE_SIZE);
drivers/hv/hv_balloon.c
493
static __u8 recv_buffer[HV_HYP_PAGE_SIZE];
drivers/hv/hv_balloon.c
494
static __u8 balloon_up_send_buffer[HV_HYP_PAGE_SIZE];
drivers/hv/hv_common.c
204
(void)kmsg_dump_get_buffer(&iter, false, hv_panic_page, HV_HYP_PAGE_SIZE,
drivers/hv/hv_common.c
246
hv_panic_page = kzalloc(HV_HYP_PAGE_SIZE, GFP_KERNEL);
drivers/hv/hv_common.c
492
mem = kmalloc_array(pgcount, HV_HYP_PAGE_SIZE, flags);
drivers/hv/hv_common.c
498
*outputarg = (char *)mem + HV_HYP_PAGE_SIZE;
drivers/hv/hv_common.c
509
memset(mem, 0x00, pgcount * HV_HYP_PAGE_SIZE);
drivers/hv/hv_kvp.c
665
if (vmbus_recvpacket(channel, recv_buffer, HV_HYP_PAGE_SIZE * 4, &recvlen, &requestid)) {
drivers/hv/hv_kvp.c
760
kvp_transaction.recv_channel->max_pkt_size = HV_HYP_PAGE_SIZE * 4;
drivers/hv/hv_proc.c
16
#define HV_DEPOSIT_MAX (HV_HYP_PAGE_SIZE / sizeof(u64) - 1)
drivers/hv/hv_snapshot.c
35
#define VSS_MAX_PKT_SIZE (HV_HYP_PAGE_SIZE * 2)
drivers/hv/hv_util.c
191
if (vmbus_recvpacket(channel, shut_txf_buf, HV_HYP_PAGE_SIZE, &recvlen, &requestid)) {
drivers/hv/hv_util.c
433
HV_HYP_PAGE_SIZE, &recvlen,
drivers/hv/hv_util.c
521
if (vmbus_recvpacket(channel, hbeat_txf_buf, HV_HYP_PAGE_SIZE,
drivers/hv/hv_util.c
579
#define HV_UTIL_RING_SEND_SIZE VMBUS_RING_SIZE(3 * HV_HYP_PAGE_SIZE)
drivers/hv/hv_util.c
580
#define HV_UTIL_RING_RECV_SIZE VMBUS_RING_SIZE(3 * HV_HYP_PAGE_SIZE)
drivers/hv/hv_util.c
589
srv->recv_buffer = kmalloc_array(4, HV_HYP_PAGE_SIZE, GFP_KERNEL);
drivers/hv/hyperv_vmbus.h
223
#define MAX_NUM_CHANNELS ((HV_HYP_PAGE_SIZE >> 1) << 3)
drivers/hv/mshv_common.c
24
(HV_HYP_PAGE_SIZE / sizeof(union hv_register_value))
drivers/hv/mshv_common.c
26
((HV_HYP_PAGE_SIZE - sizeof(struct hv_input_set_vp_registers)) \
drivers/hv/mshv_regions.c
302
done_count * HV_HYP_PAGE_SIZE;
drivers/hv/mshv_regions.c
455
range.start = region->start_uaddr + page_offset * HV_HYP_PAGE_SIZE;
drivers/hv/mshv_regions.c
456
range.end = range.start + page_count * HV_HYP_PAGE_SIZE;
drivers/hv/mshv_root.h
28
static_assert(HV_HYP_PAGE_SIZE == MSHV_HV_PAGE_SIZE);
drivers/hv/mshv_root.h
34
#define MSHV_PIN_PAGES_BATCH_SIZE (0x10000000ULL / HV_HYP_PAGE_SIZE)
drivers/hv/mshv_root_hv_call.c
24
#define HV_WITHDRAW_BATCH_SIZE (HV_HYP_PAGE_SIZE / sizeof(u64))
drivers/hv/mshv_root_hv_call.c
26
((HV_HYP_PAGE_SIZE - sizeof(struct hv_input_map_gpa_pages)) \
drivers/hv/mshv_root_hv_call.c
29
((HV_HYP_PAGE_SIZE - sizeof(struct hv_input_get_vp_state)) \
drivers/hv/mshv_root_hv_call.c
32
((HV_HYP_PAGE_SIZE - sizeof(struct hv_input_set_vp_state)) \
drivers/hv/mshv_root_hv_call.c
35
((HV_HYP_PAGE_SIZE - sizeof(union hv_gpa_page_access_state)) \
drivers/hv/mshv_root_hv_call.c
38
((HV_HYP_PAGE_SIZE - \
drivers/hv/mshv_root_hv_call.c
488
if (sizeof(*input) + num_bytes > HV_HYP_PAGE_SIZE)
drivers/hv/mshv_root_main.c
189
mshv_field_nonzero(args, rsvd) || args.in_sz > HV_HYP_PAGE_SIZE)
drivers/hv/mshv_root_main.c
192
if (args.out_ptr && (!args.out_sz || args.out_sz > HV_HYP_PAGE_SIZE))
drivers/hv/mshv_root_main.c
2184
p = kmalloc(2 * HV_HYP_PAGE_SIZE, GFP_KERNEL);
drivers/hv/mshv_root_main.c
2189
*outputarg = (char *)p + HV_HYP_PAGE_SIZE;
drivers/hv/mshv_root_main.c
783
data_sz = HV_HYP_PAGE_SIZE;
drivers/hv/mshv_root_main.c
811
data_sz = HV_HYP_PAGE_SIZE;
drivers/hv/mshv_root_main.c
815
data_sz = HV_HYP_PAGE_SIZE;
drivers/hv/mshv_synic.c
474
HV_HYP_PAGE_SIZE,
drivers/hv/mshv_vtl_main.c
1119
if (hvcall.input_size > HV_HYP_PAGE_SIZE)
drivers/hv/mshv_vtl_main.c
1121
if (hvcall.output_size > HV_HYP_PAGE_SIZE)
drivers/hv/ring_buffer.c
220
memset(ring_info->ring_buffer, 0, HV_HYP_PAGE_SIZE);
drivers/net/hyperv/netvsc_drv.c
2529
dma_set_min_align_mask(&dev->device, HV_HYP_PAGE_SIZE - 1);
drivers/net/hyperv/netvsc_drv.c
389
slots = DIV_ROUND_UP(offset + len, HV_HYP_PAGE_SIZE);
drivers/net/hyperv/rndis_filter.c
30
#define RNDIS_EXT_LEN HV_HYP_PAGE_SIZE
drivers/scsi/storvsc_drv.c
1895
.virt_boundary_mask = HV_HYP_PAGE_SIZE - 1,
drivers/scsi/storvsc_drv.c
1986
dma_set_min_align_mask(&device->device, HV_HYP_PAGE_SIZE - 1);
drivers/scsi/storvsc_drv.c
2025
max_xfer_bytes = round_down(stor_device->max_transfer_bytes, HV_HYP_PAGE_SIZE);
drivers/uio/uio_hv_generic.c
295
pdata->info.mem[INT_PAGE_MAP].size = HV_HYP_PAGE_SIZE;
drivers/uio/uio_hv_generic.c
301
pdata->info.mem[MON_PAGE_MAP].size = HV_HYP_PAGE_SIZE;
include/hyperv/hvgdk_ext.h
35
((HV_HYP_PAGE_SIZE - sizeof(struct hv_memory_hint)) / \
include/hyperv/hvgdk_mini.h
1360
#define HV_MAX_MODIFY_GPA_REP_COUNT ((HV_HYP_PAGE_SIZE / sizeof(u64)) - 2)
include/hyperv/hvgdk_mini.h
56
#define HV_HYP_PAGE_MASK (~(HV_HYP_PAGE_SIZE - 1))
include/hyperv/hvgdk_mini.h
564
#define HV_MAX_FLUSH_REP_COUNT ((HV_HYP_PAGE_SIZE - 2 * sizeof(u64)) / \
include/hyperv/hvhdk.h
17
u64 data[HV_HYP_PAGE_SIZE / sizeof(u64)];
include/hyperv/hvhdk.h
416
(HV_HYP_PAGE_SIZE - sizeof(struct hv_input_get_partition_property_ex))
include/linux/hyperv.h
1764
#define NR_HV_HYP_PAGES_IN_PAGE (PAGE_SIZE / HV_HYP_PAGE_SIZE)
include/linux/hyperv.h
1766
#define HVPFN_UP(x) (((x) + HV_HYP_PAGE_SIZE-1) >> HV_HYP_PAGE_SHIFT)
net/vmw_vsock/hyperv_transport.c
23
#define RINGBUFFER_HVS_RCV_SIZE (HV_HYP_PAGE_SIZE * 6)
net/vmw_vsock/hyperv_transport.c
24
#define RINGBUFFER_HVS_SND_SIZE (HV_HYP_PAGE_SIZE * 6)
net/vmw_vsock/hyperv_transport.c
25
#define RINGBUFFER_HVS_MAX_SIZE (HV_HYP_PAGE_SIZE * 64)
net/vmw_vsock/hyperv_transport.c
378
sndbuf = ALIGN(sndbuf, HV_HYP_PAGE_SIZE);
net/vmw_vsock/hyperv_transport.c
381
rcvbuf = ALIGN(rcvbuf, HV_HYP_PAGE_SIZE);
net/vmw_vsock/hyperv_transport.c
59
(HV_HYP_PAGE_SIZE - sizeof(struct vmpipe_proto_header))
net/vmw_vsock/hyperv_transport.c
656
BUILD_BUG_ON(sizeof(*send_buf) != HV_HYP_PAGE_SIZE);