Searched refs:EP_SET_EE (Results 1 – 2 of 2) sorted by relevance
308 EP_SET_EE(image->h.attr, EP_EE_BIG); in xbl_handover()310 EP_SET_EE(image->h.attr, EP_EE_LITTLE); in xbl_handover()
51 #define EP_SET_EE(x, ee) ((x) = ((x) & ~EP_EE_MASK) | (ee)) macro