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))114 #define SMALL_PAGE_TEXCB(texcb) ((((texcb) >> 2) << 6) | \ argument115 ((((texcb) >> 1) & 0x1) << 3) | \116 (((texcb) & 0x1) << 2))312 return texcb << TEE_MATTR_CACHE_SHIFT; in texcb_to_mattr()382 unsigned texcb; in mattr_to_desc() local404 texcb = mattr_to_texcb(a); in mattr_to_desc()436 desc |= SECTION_TEXCB(texcb); in mattr_to_desc()[all …]
Completed in 3 milliseconds