Home
last modified time | relevance | path

Searched refs:HGPCI_REQ_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/powerpc/perf/
Dhv-gpci.c126 #define HGPCI_REQ_BUFFER_SIZE 4096 macro
128 (HGPCI_REQ_BUFFER_SIZE - sizeof(struct hv_get_perf_counter_info_params))
130 static DEFINE_PER_CPU(char, hv_gpci_reqb[HGPCI_REQ_BUFFER_SIZE]) __aligned(sizeof(uint64_t));
147 memset(arg, 0, HGPCI_REQ_BUFFER_SIZE); in single_gpci_request()
155 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE); in single_gpci_request()