Searched refs:TEE_MATTR_TABLE (Results 1 – 6 of 6) sorted by relevance
15 #define TEE_MATTR_TABLE BIT(3) macro
225 return !(attr & TEE_MATTR_TABLE) || !IS_ENABLED(CFG_WITH_LPAE); in core_mmu_entry_have_security_bit()
347 a = TEE_MATTR_TABLE; in desc_to_mattr()403 if (level == 1 && (a & TEE_MATTR_TABLE)) { in mattr_to_desc()
317 return TEE_MATTR_TABLE; in desc_to_mattr()365 if (a & TEE_MATTR_TABLE) in mattr_to_desc()
797 assert(attr & TEE_MATTR_TABLE); in map_pgts()802 attr = TEE_MATTR_SECURE | TEE_MATTR_TABLE; in map_pgts()
832 if (attr & TEE_MATTR_TABLE) { in dump_xlat_table()1576 uint32_t pgt_attr = (r.attr & TEE_MATTR_SECURE) | TEE_MATTR_TABLE; in set_pg_region()
Completed in 17 milliseconds