Searched refs:hcall (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/xen/
H A Dhypercall.S16 #define __HCALL0(name,hcall) \
18 break hcall; \
25 #define __HCALL1(name,hcall) \
28 break hcall; \
35 #define __HCALL2(name,hcall) \
39 break hcall; \
/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 Dhypercall.S16 #define __HCALL0(name,hcall) \
18 break hcall; \
25 #define __HCALL1(name,hcall) \
28 break hcall; \
35 #define __HCALL2(name,hcall) \
39 break hcall; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dlguest_hcall.h48 hcall(unsigned long call, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlguest_hcall.h48 hcall(unsigned long call, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/lguest/
H A Dhypercalls.c137 * checking for a normal hcall).
207 if (cpu->hcall->arg0 != LHCALL_LGUEST_INIT) {
208 kill_guest(cpu, "hypercall %li before INIT", cpu->hcall->arg0);
267 cpu->hcall = NULL;
284 do_hcall(cpu, cpu->hcall);
286 * Tricky point: we reset the hcall pointer to mark the
287 * hypercall as "done". We use the hcall pointer rather than
297 cpu->hcall = NULL;
H A Dcore.c215 if (cpu->hcall)
H A Dlguest_device.c181 hcall(LHCALL_NOTIFY, (max_pfn << PAGE_SHIFT) + offset, 0, 0, 0);
232 hcall(LHCALL_NOTIFY, lvq->config.pfn << PAGE_SHIFT, 0, 0, 0);
H A Dlg.h65 struct hcall_args *hcall; member in struct:lg_cpu
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/
H A Dhypercalls.c137 * checking for a normal hcall).
207 if (cpu->hcall->arg0 != LHCALL_LGUEST_INIT) {
208 kill_guest(cpu, "hypercall %li before INIT", cpu->hcall->arg0);
267 cpu->hcall = NULL;
284 do_hcall(cpu, cpu->hcall);
286 * Tricky point: we reset the hcall pointer to mark the
287 * hypercall as "done". We use the hcall pointer rather than
297 cpu->hcall = NULL;
H A Dcore.c215 if (cpu->hcall)
H A Dlguest_device.c181 hcall(LHCALL_NOTIFY, (max_pfn << PAGE_SHIFT) + offset, 0, 0, 0);
232 hcall(LHCALL_NOTIFY, lvq->config.pfn << PAGE_SHIFT, 0, 0, 0);
H A Dlg.h65 struct hcall_args *hcall; member in struct:lg_cpu
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/lguest/
H A Dboot.c117 /* Table full, so do normal hcall which will flush table. */
118 hcall(call, arg1, arg2, arg3, arg4);
135 * Notice the lazy_hcall() above, rather than hcall(). This is our first real
151 hcall(call, arg1, 0, 0, 0);
162 hcall(call, arg1, arg2, 0, 0);
173 hcall(call, arg1, arg2, arg3, 0);
186 hcall(call, arg1, arg2, arg3, arg4);
198 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0);
204 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0);
288 hcall(LHCALL_LOAD_IDT_ENTR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c117 /* Table full, so do normal hcall which will flush table. */
118 hcall(call, arg1, arg2, arg3, arg4);
135 * Notice the lazy_hcall() above, rather than hcall(). This is our first real
151 hcall(call, arg1, 0, 0, 0);
162 hcall(call, arg1, arg2, 0, 0);
173 hcall(call, arg1, arg2, arg3, 0);
186 hcall(call, arg1, arg2, arg3, arg4);
198 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0);
204 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0);
288 hcall(LHCALL_LOAD_IDT_ENTR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/lguest/x86/
H A Dcore.c498 cpu->hcall = (struct hcall_args *)cpu->regs;
712 if (!lguest_address_ok(cpu->lg, cpu->hcall->arg1,
723 cpu->lg->lguest_data = cpu->lg->mem_base + cpu->hcall->arg1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/x86/
H A Dcore.c498 cpu->hcall = (struct hcall_args *)cpu->regs;
712 if (!lguest_address_ok(cpu->lg, cpu->hcall->arg1,
723 cpu->lg->lguest_data = cpu->lg->mem_base + cpu->hcall->arg1;

Completed in 160 milliseconds