Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmm.h13 #define PAGE_2M_SIZE (1UL << PAGE_2M_SHIFT) macro
H A Dpage.rs44 pub const PAGE_2M_SIZE: usize = 1 << PAGE_2M_SHIFT; constant