Searched refs:PROFILE_GRPSHIFT (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dprofile.c38 #define PROFILE_GRPSHIFT 3 macro
39 #define PROFILE_GRPSZ (1 << PROFILE_GRPSHIFT)
223 i = primary = (pc & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;
224 secondary = (~(pc << 1) & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;

Completed in 1046 milliseconds