Lines Matching refs:hcall
120 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
153 hcall(call, arg1, 0, 0, 0); in lazy_hcall1()
164 hcall(call, arg1, arg2, 0, 0); in lazy_hcall2()
175 hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
188 hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
201 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_leave_lazy_mmu_mode()
214 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_end_context_switch()
298 hcall(LHCALL_LOAD_IDT_ENTRY, entrynum, desc[0], desc[1], 0); in lguest_write_idt_entry()
312 hcall(LHCALL_LOAD_IDT_ENTRY, i, idt[i].a, idt[i].b, 0); in lguest_load_idt()
333 hcall(LHCALL_LOAD_GDT_ENTRY, i, gdt[i].a, gdt[i].b, 0); in lguest_load_gdt()
345 hcall(LHCALL_LOAD_GDT_ENTRY, entrynum, in lguest_write_gdt_entry()
961 hcall(LHCALL_SET_CLOCKEVENT, delta, 0, 0, 0); in lguest_clockevent_set_next_event()
972 hcall(LHCALL_SET_CLOCKEVENT, 0, 0, 0, 0); in lguest_clockevent_set_mode()
1137 hcall(LHCALL_HALT, 0, 0, 0, 0); in lguest_safe_halt()
1149 hcall(LHCALL_SHUTDOWN, __pa("Power down"), in lguest_power_off()
1160 hcall(LHCALL_SHUTDOWN, __pa(p), LGUEST_SHUTDOWN_POWEROFF, 0, 0); in lguest_panic()
1199 hcall(LHCALL_NOTIFY, __pa(scratch), 0, 0, 0); in early_put_chars()
1211 hcall(LHCALL_SHUTDOWN, __pa(reason), LGUEST_SHUTDOWN_RESTART, 0, 0); in lguest_restart()