HomeSort by: relevance | last modified time | path
    Searched defs:_hypercall (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/include/xen/
hypercalls.h 65 #define _hypercall(name, input_const, output_const) \ macro
81 _hypercall(__HYPERVISOR_set_trap_table, _harg("1" (table)),
93 _hypercall(__HYPERVISOR_set_gdt, _harg("1" (frame_list), "2" (entries)),
105 _hypercall(__HYPERVISOR_stack_switch, _harg("1" (ss), "2" (esp)),
119 _hypercall(__HYPERVISOR_set_callbacks,
135 _hypercall(__HYPERVISOR_dom0_op, _harg("1" (dom0_op)),
148 _hypercall(__HYPERVISOR_set_debugreg, _harg("1" (reg), "2" (value)),
160 _hypercall(__HYPERVISOR_get_debugreg, _harg("1" (reg)),
175 _hypercall(__HYPERVISOR_mca, _harg("1" (mc)),
187 _hypercall(__HYPERVISOR_hvm_op, _harg("1" (cmd), "2" (arg))
    [all...]
hypercalls.h 65 #define _hypercall(name, input_const, output_const) \ macro
81 _hypercall(__HYPERVISOR_set_trap_table, _harg("1" (table)),
93 _hypercall(__HYPERVISOR_set_gdt, _harg("1" (frame_list), "2" (entries)),
105 _hypercall(__HYPERVISOR_stack_switch, _harg("1" (ss), "2" (esp)),
119 _hypercall(__HYPERVISOR_set_callbacks,
135 _hypercall(__HYPERVISOR_dom0_op, _harg("1" (dom0_op)),
148 _hypercall(__HYPERVISOR_set_debugreg, _harg("1" (reg), "2" (value)),
160 _hypercall(__HYPERVISOR_get_debugreg, _harg("1" (reg)),
175 _hypercall(__HYPERVISOR_mca, _harg("1" (mc)),
187 _hypercall(__HYPERVISOR_hvm_op, _harg("1" (cmd), "2" (arg))
    [all...]
hypercalls.h 65 #define _hypercall(name, input_const, output_const) \ macro
81 _hypercall(__HYPERVISOR_set_trap_table, _harg("1" (table)),
93 _hypercall(__HYPERVISOR_set_gdt, _harg("1" (frame_list), "2" (entries)),
105 _hypercall(__HYPERVISOR_stack_switch, _harg("1" (ss), "2" (esp)),
119 _hypercall(__HYPERVISOR_set_callbacks,
135 _hypercall(__HYPERVISOR_dom0_op, _harg("1" (dom0_op)),
148 _hypercall(__HYPERVISOR_set_debugreg, _harg("1" (reg), "2" (value)),
160 _hypercall(__HYPERVISOR_get_debugreg, _harg("1" (reg)),
175 _hypercall(__HYPERVISOR_mca, _harg("1" (mc)),
187 _hypercall(__HYPERVISOR_hvm_op, _harg("1" (cmd), "2" (arg))
    [all...]

Completed in 33 milliseconds