Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs17 use alloc::alloc::Global;
91 Box::try_new_zeroed_in(Global) in alloc()
96 Box::try_new_zeroed_in(Global) in alloc()
101 Box::try_new_zeroed_in(Global) in alloc()
/DragonOS/kernel/src/driver/acpi/
H A Dmod.rs167 pub fn platform_info(&self) -> Option<PlatformInfo<'_, alloc::alloc::Global>> { in platform_info() argument