Home
last modified time | relevance | path

Searched refs:ARCH_MMU_FLAG_INVALID (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dmmu.rs26 pub use crate::sys::ARCH_MMU_FLAG_INVALID;
/aosp_15_r20/external/trusty/lk/include/arch/
Dmmu.h44 #define ARCH_MMU_FLAG_INVALID (1U<<7) /* indicates that flags are not specified */ macro
/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvmm.c562 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()
/aosp_15_r20/trusty/kernel/app/usercopytest/
H A Dusercopytest.c51 #define FLAGS_NO_PAGE (ARCH_MMU_FLAG_INVALID)