Home
last modified time | relevance | path

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

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