Home
last modified time | relevance | path

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

/DragonBoot/build-scripts/dragon_boot_build/src/cfiles/arch/
H A Driscv64.rs7 pub(super) struct RiscV64CFilesArch; struct
9 impl CFilesArch for RiscV64CFilesArch { implementation
H A Dmod.rs25 TargetArch::Riscv64 => &riscv64::RiscV64CFilesArch, in current_cfiles_arch()