Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dhypervisor.c77 static void __init copy_array(const void *src, void *target, unsigned int size) in copy_array() function
97 copy_array(&h->init, &x86_init.hyper, sizeof(h->init)); in init_hypervisor_platform()
98 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform()