Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmm.h12 #define PAGE_4K_SIZE (1UL << PAGE_4K_SHIFT) macro
H A Dpage.rs43 pub const PAGE_4K_SIZE: usize = 1 << PAGE_4K_SHIFT; constant