Home
last modified time | relevance | path

Searched refs:ign1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/i386/include/xen/
H A Dhypercalls.h79 unsigned long ign1; in HYPERVISOR_set_trap_table() local
82 _harg("=a" (ret), "=b" (ign1))); in HYPERVISOR_set_trap_table()
91 unsigned long ign1, ign2; in HYPERVISOR_set_gdt() local
94 _harg("=a" (ret), "=b" (ign1), "=c" (ign2))); in HYPERVISOR_set_gdt()
103 unsigned long ign1, ign2; in HYPERVISOR_stack_switch() local
106 _harg("=a" (ret), "=b" (ign1), "=c" (ign2))); in HYPERVISOR_stack_switch()
117 unsigned long ign1, ign2, ign3, ign4; in HYPERVISOR_set_callbacks() local
122 _harg("=a" (ret), "=b" (ign1), "=c" (ign2), "=d" (ign3), "=S" (ign4))); in HYPERVISOR_set_callbacks()
132 unsigned long ign1; in HYPERVISOR_dom0_op() local
136 _harg("=a" (ret), "=b" (ign1))); in HYPERVISOR_dom0_op()
[all …]
/netbsd-src/sys/uvm/
H A Duvm_bio.c308 ubc_fault(struct uvm_faultinfo *ufi, vaddr_t ign1, struct vm_page **ign2, in ubc_fault() argument