Searched refs:TEE_MATTR_TABLE (Results 1 – 7 of 7) sorted by relevance
15 #define TEE_MATTR_TABLE BIT(3) macro
191 return !(attr & TEE_MATTR_TABLE) || !IS_ENABLED(CFG_WITH_LPAE); in core_mmu_entry_have_security_bit()
402 a = TEE_MATTR_TABLE; in desc_to_mattr()458 if (level == 1 && (a & TEE_MATTR_TABLE)) { in mattr_to_desc()
394 return TEE_MATTR_TABLE; in desc_to_mattr()442 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()
194 return TEE_MATTR_TABLE; in pte_to_mattr()225 if (attr & TEE_MATTR_TABLE) in mattr_to_pte_bits()
978 if (attr & TEE_MATTR_TABLE) { in dump_xlat_table()1884 uint32_t pgt_attr = (r.attr & TEE_MATTR_SECURE) | TEE_MATTR_TABLE; in set_pg_region()