Searched refs:ebundle (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A 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,
H A Dparavirt.h123 unsigned long (*patch_bundle)(void *sbundle, void *ebundle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A 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,
H A Dparavirt.h123 unsigned long (*patch_bundle)(void *sbundle, void *ebundle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
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...]
H A Dparavirt.c863 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type) argument
868 return __paravirt_patch_apply_bundle(sbundle, ebundle, type,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
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...]
H A Dparavirt.c863 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type) argument
868 return __paravirt_patch_apply_bundle(sbundle, ebundle, type,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/xen/
H A Dxen_pv_ops.c159 xen_patch_bundle(void *sbundle, void *ebundle, unsigned long type);
1074 xen_patch_bundle(void *sbundle, void *ebundle, unsigned long type) argument
1081 used = __paravirt_patch_apply_bundle(sbundle, ebundle, type,
1087 return ia64_native_patch_bundle(sbundle, ebundle, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/xen/
H A Dxen_pv_ops.c159 xen_patch_bundle(void *sbundle, void *ebundle, unsigned long type);
1074 xen_patch_bundle(void *sbundle, void *ebundle, unsigned long type) argument
1081 used = __paravirt_patch_apply_bundle(sbundle, ebundle, type,
1087 return ia64_native_patch_bundle(sbundle, ebundle, type);

Completed in 95 milliseconds