Searched refs:ARCH_MMU_FLAG_INVALID (Results 1 – 4 of 4) sorted by relevance
26 pub use crate::sys::ARCH_MMU_FLAG_INVALID;
44 #define ARCH_MMU_FLAG_INVALID (1U<<7) /* indicates that flags are not specified */ macro
562 uint low_flags = low ? low->arch_mmu_flags : ARCH_MMU_FLAG_INVALID; in scan_gap()563 uint high_flags = high ? high->arch_mmu_flags : ARCH_MMU_FLAG_INVALID; in scan_gap()636 uint low_flags = low ? low->arch_mmu_flags : ARCH_MMU_FLAG_INVALID; in spot_in_gap()637 uint high_flags = high ? high->arch_mmu_flags : ARCH_MMU_FLAG_INVALID; in spot_in_gap()
51 #define FLAGS_NO_PAGE (ARCH_MMU_FLAG_INVALID)