Searched refs:tst_kvm_alloc_memory (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ltp/testcases/kernel/kvm/ |
H A D | lib_host.c | 127 void *tst_kvm_alloc_memory(struct tst_kvm_instance *inst, unsigned int slot, in tst_kvm_alloc_memory() function 225 buf = tst_kvm_alloc_memory(inst, 0, 0, ram_size, 0); in tst_kvm_create_instance() 227 buf = tst_kvm_alloc_memory(inst, 1, KVM_RESULT_BASEADDR, in tst_kvm_create_instance()
|
/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_host.h | 86 void *tst_kvm_alloc_memory(struct tst_kvm_instance *inst, unsigned int slot,
|
/aosp_15_r20/external/ltp/doc/old/ |
H A D | KVM-Test-API.asciidoc | 178 - `void *tst_kvm_alloc_memory(struct tst_kvm_instance *inst, unsigned int slot, 206 to the VM by `tst_kvm_create_instance()` or `tst_kvm_alloc_memory()` will
|