Home
last modified time | relevance | path

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

/external/crosvm/tests/
Dplugin_hint.c219 ret = crosvm_set_hypercall_hint(crosvm, 1, &hint); in main()
287 ret = crosvm_set_hypercall_hint(crosvm, 0, NULL); in main()
/external/crosvm/crosvm_plugin/
Dcrosvm.h334 int crosvm_set_hypercall_hint(struct crosvm *, uint32_t __hints_count,
/external/crosvm/crosvm_plugin/src/
Dlib.rs1554 pub unsafe extern "C" fn crosvm_set_hypercall_hint( in crosvm_set_hypercall_hint() function