Home
last modified time | relevance | path

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

/DragonOS/kernel/src/virt/kvm/
H A Dhost_mem.rs141 fn hva_to_pfn(addr: u64, _atomic: bool, _writable: &mut bool) -> Result<u64, SystemError> { in hva_to_pfn() function
171 let pfn = hva_to_pfn(addr, atomic, writable)?; in __gfn_to_pfn()