Searched defs:ebundle (Results 1 - 2 of 2) sorted by relevance

/arch/ia64/kernel/
H A Dparavirt.c865 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type) argument
870 return __paravirt_patch_apply_bundle(sbundle, ebundle, type,
H A Dparavirt_patch.c71 bundle_t *ebundle = paravirt_get_bundle(etag); local
74 return (ebundle - sbundle) * 3 + eslot - sslot + 1;
218 fill_nop_bundle(void *sbundle, void *ebundle) argument
226 BUG_ON((((unsigned long)ebundle) % sizeof(bundle_t)) != 0);
228 while (bundle < ebundle) {
237 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type, argument
246 BUG_ON((((unsigned long)ebundle) % sizeof(bundle_t)) != 0);
252 unsigned long need = p->ebundle - p->sbundle;
253 unsigned long room = ebundle - sbundle;
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle,
334 bundle_t *ebundle; local
[all...]

Completed in 51 milliseconds