Searched refs:processor (Results 1 – 2 of 2) sorted by relevance
1121 #define XTHAL_MEM_PROC_CACHE(system, processor) \ argument1122 (((system) & 0x000f0000) | (((processor) & 0x000f0000 ) << 4) | \1123 (((system) & XTHAL_MEM_DEVICE) | ((processor) & XTHAL_MEM_DEVICE)))
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`