Home
last modified time | relevance | path

Searched refs:SYSCTL_HW_PHYSICALCPU (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/
H A DMakefile146 export SYSCTL_HW_PHYSICALCPU := $(shell /usr/sbin/sysctl -n hw.physicalcpu) macro
163 export SYSCTL_HW_PHYSICALCPU := $(shell /usr/sbin/sysctl -n hw.physicalcpu) macro
196 export SYSCTL_HW_PHYSICALCPU := $(shell /usr/sbin/sysctl -n hw.physicalcpu) macro
/xnu-12377.41.6/makedefs/
H A DMakeInc.top312 … elif [ $(MEMORY_SIZE) -gt $$(($(SYSCTL_HW_PHYSICALCPU) * $(RAM_PER_KERNEL_BUILD))) ]; then echo $…