Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c597 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local
625 res_size = numvec * sizeof(ppt->msix.res[0]); in ppt_setup_msix()
629 ppt->msix.res = malloc(res_size, M_PPTMSIX, M_WAITOK | M_ZERO); in ppt_setup_msix()