Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/perf/
A Dhv-gpci.c146 static DEFINE_PER_CPU(char, hv_gpci_reqb[HGPCI_REQ_BUFFER_SIZE]) __aligned(sizeof(uint64_t));
158 memset(arg, 0, HGPCI_REQ_BUFFER_SIZE); in single_gpci_request()
166 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE); in single_gpci_request()
358 memset(arg, 0, HGPCI_REQ_BUFFER_SIZE); in hv_gpci_init()
370 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE); in hv_gpci_init()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dhvcall.h662 #define HGPCI_REQ_BUFFER_SIZE 4096 macro
664 (HGPCI_REQ_BUFFER_SIZE - sizeof(struct hv_get_perf_counter_info_params))

Completed in 6 milliseconds