Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs450 let typ_val = unsafe { ((self.ptr + 20) as *const u8).read_unaligned() }; in memory_type() localVariable
452 match typ_val { in memory_type()