Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dfault.rs311 let cow_page_phys = mapper.allocator_mut().allocate_one(); in do_cow_fault() localVariable
315 let cow_page_phys = cow_page_phys.unwrap(); in do_cow_fault() localVariable