Searched refs:texcb (Results 1 – 1 of 1) sorted by relevance
95 #define SECTION_TEXCB(texcb) ((((texcb) >> 2) << 12) | \ argument96 ((((texcb) >> 1) & 0x1) << 3) | \97 (((texcb) & 0x1) << 2))116 #define SMALL_PAGE_TEXCB(texcb) ((((texcb) >> 2) << 6) | \ argument117 ((((texcb) >> 1) & 0x1) << 3) | \118 (((texcb) & 0x1) << 2))376 static uint32_t texcb_to_mattr(uint32_t texcb) in texcb_to_mattr() argument386 return texcb << TEE_MATTR_MEM_TYPE_SHIFT; in texcb_to_mattr()456 unsigned texcb; in mattr_to_desc() local478 texcb = mattr_to_texcb(a); in mattr_to_desc()[all …]