Home
last modified time | relevance | path

Searched defs:src (Results 1 – 4 of 4) sorted by relevance

/cloud-hypervisor/arch/src/aarch64/
H A Dfdt.rs118 let src = fs::read_to_string(file_directory).expect("File not exists or file corrupted."); in get_cache_size() localVariable
120 let src = src.trim(); in get_cache_size() localVariable
152 let src = fs::read_to_string(file_directory).expect("File not exists or file corrupted."); in get_cache_coherency_line_size() localVariable
175 let src = fs::read_to_string(file_directory).expect("File not exists or file corrupted."); in get_cache_number_of_sets() localVariable
203 let src = fs::read_to_string(file_directory).expect("File not exists or file corrupted."); in get_cache_shared() localVariable
204 let src = src.trim(); in get_cache_shared() localVariable
/cloud-hypervisor/hypervisor/src/arch/x86/emulator/instructions/
H A Dmovs.rs45 let src = state localVariable
/cloud-hypervisor/vmm/src/
H A Dvm_config.rs406 pub src: PathBuf, field
H A Dconfig.rs1482 let src = PathBuf::from( in parse() localVariable