Lines Matching refs:hcall
124 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
157 hcall(call, arg1, 0, 0, 0); in lazy_hcall1()
168 hcall(call, arg1, arg2, 0, 0); in lazy_hcall2()
179 hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
192 hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
205 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_leave_lazy_mmu_mode()
218 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_end_context_switch()
302 hcall(LHCALL_LOAD_IDT_ENTRY, entrynum, desc[0], desc[1], 0); in lguest_write_idt_entry()
316 hcall(LHCALL_LOAD_IDT_ENTRY, i, idt[i].a, idt[i].b, 0); in lguest_load_idt()
337 hcall(LHCALL_LOAD_GDT_ENTRY, i, gdt[i].a, gdt[i].b, 0); in lguest_load_gdt()
349 hcall(LHCALL_LOAD_GDT_ENTRY, entrynum, in lguest_write_gdt_entry()
984 hcall(LHCALL_SET_CLOCKEVENT, delta, 0, 0, 0); in lguest_clockevent_set_next_event()
995 hcall(LHCALL_SET_CLOCKEVENT, 0, 0, 0, 0); in lguest_clockevent_set_mode()
1161 hcall(LHCALL_HALT, 0, 0, 0, 0); in lguest_safe_halt()
1173 hcall(LHCALL_SHUTDOWN, __pa("Power down"), in lguest_power_off()
1184 hcall(LHCALL_SHUTDOWN, __pa(p), LGUEST_SHUTDOWN_POWEROFF, 0, 0); in lguest_panic()
1346 hcall(LHCALL_SHUTDOWN, __pa(reason), LGUEST_SHUTDOWN_RESTART, 0, 0); in lguest_restart()