Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dhypervisor.c84 static void __init copy_array(const void *src, void *target, unsigned int size) in copy_array() function
104 copy_array(&h->init, &x86_init.hyper, sizeof(h->init)); in init_hypervisor_platform()
105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform()