Searched refs:sbundle (Results 1 - 4 of 4) sorted by relevance

/arch/ia64/include/asm/
H A Dparavirt_patch.h45 void *sbundle;
62 const void *sbundle;
108 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type);
111 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type,
H A Dparavirt.h122 unsigned long (*patch_bundle)(void *sbundle, void *ebundle,
/arch/ia64/kernel/
H A Dparavirt_patch.c69 bundle_t *sbundle = paravirt_get_bundle(stag); local
74 return (ebundle - sbundle) * 3 + eslot - sslot + 1;
218 fill_nop_bundle(void *sbundle, void *ebundle) argument
223 void *bundle = sbundle;
225 BUG_ON((((unsigned long)sbundle) % sizeof(bundle_t)) != 0);
237 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type, argument
245 BUG_ON((((unsigned long)sbundle) % sizeof(bundle_t)) != 0);
252 unsigned long need = p->ebundle - p->sbundle;
253 unsigned long room = ebundle - sbundle;
268 memcpy(sbundle,
333 bundle_t *sbundle; local
[all...]
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,

Completed in 1359 milliseconds