Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 2 of 2) sorted by relevance

/cloud-hypervisor/vmm/src/
H A Dvm.rs3139 let sections = vec![ in test_hob_memory_resources() localVariable
3168 let sections = vec![ in test_hob_memory_resources() localVariable
3195 let sections = vec![ in test_hob_memory_resources() localVariable
3223 let sections = vec![ in test_hob_memory_resources() localVariable
3262 let sections = vec![TdvfSection { in test_hob_memory_resources() localVariable
3278 let sections = vec![ in test_hob_memory_resources() localVariable
3309 let sections = vec![ in test_hob_memory_resources() localVariable
/cloud-hypervisor/arch/src/x86_64/tdx/
H A Dmod.rs186 let mut sections = Vec::new(); in parse_tdvf_sections() localVariable