Home
last modified time | relevance | path

Searched refs:allowed_flags (Results 1 – 6 of 6) sorted by relevance

/kernel/dev/iommu/intel/
A Dsecond_level_pt.h27 bool allowed_flags(uint flags) final;
A Dsecond_level_pt.cpp76 bool SecondLevelPageTable::allowed_flags(uint flags) { in allowed_flags() function in intel_iommu::SecondLevelPageTable
/kernel/arch/x86/include/arch/
A Daspace.h37 bool allowed_flags(uint flags) final { return (flags & ARCH_MMU_FLAG_PERM_READ); } in allowed_flags() function
59 bool allowed_flags(uint flags) final;
/kernel/arch/x86/page_tables/include/arch/x86/page_tables/
A Dpage_tables.h105 virtual bool allowed_flags(uint flags) = 0;
/kernel/arch/x86/page_tables/
A Dpage_tables.cpp852 if (!allowed_flags(mmu_flags)) in MapPages()
918 if (!allowed_flags(mmu_flags)) in MapPagesContiguous()
955 if (!allowed_flags(mmu_flags)) in ProtectPages()
/kernel/arch/x86/
A Dmmu.cpp358 bool X86PageTableEpt::allowed_flags(uint flags) { in allowed_flags() function in X86PageTableEpt

Completed in 21 milliseconds