Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dparavirt_patch.c284 if (pv_init_ops.patch_bundle == NULL) in paravirt_patch_apply_bundle()
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle, in paravirt_patch_apply_bundle()
Dparavirt.c55 .patch_bundle = ia64_native_patch_bundle,
/linux-4.1.27/arch/ia64/include/asm/
Dparavirt.h122 unsigned long (*patch_bundle)(void *sbundle, void *ebundle, member