Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/xen/
H A Dhypercall.h265 multicall_entry_t *call_list, unsigned int nr_calls) in HYPERVISOR_multicall() argument
267 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()
/freebsd/sys/i386/include/xen/
H A Dhypercall.h247 void *call_list, int nr_calls) in HYPERVISOR_multicall() argument
249 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()