Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dparavirt_patch.c71 bundle_t *ebundle = paravirt_get_bundle(etag); in paravirt_get_num_inst() local
74 return (ebundle - sbundle) * 3 + eslot - sslot + 1; in paravirt_get_num_inst()
218 fill_nop_bundle(void *sbundle, void *ebundle) in fill_nop_bundle() argument
226 BUG_ON((((unsigned long)ebundle) % sizeof(bundle_t)) != 0); in fill_nop_bundle()
228 while (bundle < ebundle) { in fill_nop_bundle()
237 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type, in __paravirt_patch_apply_bundle() argument
246 BUG_ON((((unsigned long)ebundle) % sizeof(bundle_t)) != 0); in __paravirt_patch_apply_bundle()
252 unsigned long need = p->ebundle - p->sbundle; in __paravirt_patch_apply_bundle()
253 unsigned long room = ebundle - sbundle; in __paravirt_patch_apply_bundle()
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle, in paravirt_patch_apply_bundle()
[all …]
Dparavirt.c865 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type) in ia64_native_patch_bundle() argument
870 return __paravirt_patch_apply_bundle(sbundle, ebundle, type, in ia64_native_patch_bundle()
/linux-4.1.27/arch/ia64/include/asm/
Dparavirt_patch.h46 void *ebundle;
63 const void *ebundle;
108 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type);
111 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type,
Dparavirt.h122 unsigned long (*patch_bundle)(void *sbundle, void *ebundle,