Symbol: HGPCI_REQ_BUFFER_SIZE
arch/powerpc/include/asm/hvcall.h
733
(HGPCI_REQ_BUFFER_SIZE - sizeof(struct hv_get_perf_counter_info_params))
arch/powerpc/perf/hv-gpci.c
1015
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
1027
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
130
static DEFINE_PER_CPU(char, hv_gpci_reqb[HGPCI_REQ_BUFFER_SIZE]) __aligned(sizeof(uint64_t));
arch/powerpc/perf/hv-gpci.c
144
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
200
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
241
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
268
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
309
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
336
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
379
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
406
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
445
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
519
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
532
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
568
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
574
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
689
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
697
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
899
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
904
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);