Searched refs:CPU (Results 1 – 11 of 11) sorted by relevance
64 CPU=""85 CPU="rv64"96 CPU="rv32"113 if [[ ! -z "$CPU" ]]; then114 ARGS+=" -cpu $CPU"
55 CPU=qemu6460 CPU=48665 CPU=qemu3283 ARGS+=" -cpu $CPU"
59 CPU="cortex-a53"64 CPU="cortex-m3"69 CPU="cortex-a15"77 ARGS=" -cpu $CPU -m $MEMSIZE -smp $SMP -machine $MACHINE -kernel build-${PROJECT}/lk.elf"
85 # Determine the compiler CPU/FPU options based on the processor variant.88 CPU=-mcpu=cortex-m392 CPU=-mcpu=cortex-m396 CPU=-mcpu=cortex-m4108 ${CPU} \116 ${CPU} \
7 CPU ?= legacy
59 ifneq ($(CPU),legacy)109 ifeq ($(CPU),legacy)
7 CPU := generic
7 CPU ?= generic
2235 # larger than 0 to get control over the balance between CPU load and processing
Completed in 14 milliseconds