Searched refs:PAGE_OFFSET_MASK (Results 1 – 4 of 4) sorted by relevance
192 if bytes & MMArch::PAGE_OFFSET_MASK != 0 { in from_bytes()
458 const PAGE_OFFSET_MASK: usize = Self::PAGE_SIZE - 1; constant460 const PAGE_MASK: usize = !(Self::PAGE_OFFSET_MASK);
260 let addr = hint.data() & (!MMArch::PAGE_OFFSET_MASK); in map_anonymous()
247 const PAGE_OFFSET_MASK: usize = Self::PAGE_SIZE - 1; constant249 const PAGE_MASK: usize = !(Self::PAGE_OFFSET_MASK);