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

/linux-master/arch/x86/kernel/
H A Dkvmclock.c46 #define HVC_BOOT_ARRAY_SIZE \ macro
50 hv_clock_boot[HVC_BOOT_ARRAY_SIZE] __bss_decrypted __aligned(PAGE_SIZE);
209 if (HVC_BOOT_ARRAY_SIZE >= num_possible_cpus())
212 ncpus = num_possible_cpus() - HVC_BOOT_ARRAY_SIZE;
277 if (cpu < HVC_BOOT_ARRAY_SIZE)
280 p = hvclock_mem + cpu - HVC_BOOT_ARRAY_SIZE;

Completed in 180 milliseconds