Searched defs:KVM_SET_USER_MEMORY_REGION (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/virt/kvm/ | ||
H A D | vm_dev.rs | 34 pub const KVM_SET_USER_MEMORY_REGION: u32 = 0x01; constant |
/DragonOS/user/apps/test_kvm/ | ||
H A D | main.c | 24 #define KVM_SET_USER_MEMORY_REGION 0x01 macro |