Searched refs:allowed_flags (Results 1 – 6 of 6) sorted by relevance
27 bool allowed_flags(uint flags) final;
76 bool SecondLevelPageTable::allowed_flags(uint flags) { in allowed_flags() function in intel_iommu::SecondLevelPageTable
37 bool allowed_flags(uint flags) final { return (flags & ARCH_MMU_FLAG_PERM_READ); } in allowed_flags() function59 bool allowed_flags(uint flags) final;
105 virtual bool allowed_flags(uint flags) = 0;
852 if (!allowed_flags(mmu_flags)) in MapPages()918 if (!allowed_flags(mmu_flags)) in MapPagesContiguous()955 if (!allowed_flags(mmu_flags)) in ProtectPages()
358 bool X86PageTableEpt::allowed_flags(uint flags) { in allowed_flags() function in X86PageTableEpt
Completed in 21 milliseconds