Searched refs:PAGE_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
175 if bytes & MMArch::PAGE_OFFSET_MASK != 0 { in from_bytes()
357 const PAGE_OFFSET_MASK: usize = Self::PAGE_SIZE - 1; constant
247 let addr = hint.data() & (!MMArch::PAGE_OFFSET_MASK); in map_anonymous()