KVM: arm64: Support smp_processor_id() in nVHE hyp smp_procesor_id() works off of the cpu_number per-cpu variable. Create an nVHE hyp version of cpu_number and initialize it to the same value as the host when creating the hyp per-cpu regions. Signed-off-by: Andrew Scull <ascull@google.com>