Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt.c123 .pv_init_ops = pv_init_ops, in get_call_destination()
306 struct pv_init_ops pv_init_ops = { variable
Dvsmp_64.c124 pv_init_ops.patch = vsmp_patch; in set_vsmp_pv_ops()
Dalternative.c586 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
/arch/x86/include/asm/
Dparavirt_types.h76 struct pv_init_ops { struct
320 struct pv_init_ops pv_init_ops; member
329 extern struct pv_init_ops pv_init_ops;
/arch/x86/xen/
Denlighten.c1234 static const struct pv_init_ops xen_init_ops __initconst = {
1589 pv_init_ops = xen_init_ops; in xen_start_kernel()
/arch/x86/lguest/
Dboot.c1422 pv_init_ops.patch = lguest_patch; in lguest_init()