Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dparavirt.c132 .pv_init_ops = pv_init_ops, in get_call_destination()
324 struct pv_init_ops pv_init_ops = { variable
Dvsmp_64.c124 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
Dalternative.c596 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h81 struct pv_init_ops { struct
358 struct pv_init_ops pv_init_ops; member
368 extern struct pv_init_ops pv_init_ops;
/linux-4.4.14/arch/x86/xen/
Denlighten.c1199 static const struct pv_init_ops xen_init_ops __initconst = {
1540 pv_init_ops = xen_init_ops; in xen_start_kernel()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1432 pv_init_ops.patch = lguest_patch; in lguest_init()