Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h568 uint64_t gpa_size, uint64_t *hpa_size) in gpa_to_first_hpa() argument
574 *hpa_size = gpa_size; in gpa_to_first_hpa()
586 *hpa_size = page->guest_phys_addr + in gpa_to_first_hpa()
603 *hpa_size = page->guest_phys_addr + in gpa_to_first_hpa()
612 *hpa_size = 0; in gpa_to_first_hpa()
621 uint64_t hpa_size; in gpa_to_hpa() local
623 hpa = gpa_to_first_hpa(dev, gpa, size, &hpa_size); in gpa_to_hpa()
624 return hpa_size == size ? hpa : 0; in gpa_to_hpa()