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
1024
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
1036
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
131
static DEFINE_PER_CPU(char, hv_gpci_reqb[HGPCI_REQ_BUFFER_SIZE]) __aligned(sizeof(uint64_t));
arch/powerpc/perf/hv-gpci.c
145
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
201
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
242
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
271
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
312
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
341
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
384
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
413
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
452
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
528
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
541
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
577
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
583
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
698
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
706
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
908
memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
arch/powerpc/perf/hv-gpci.c
913
virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);