HomeSort by: relevance | last modified time | path
    Searched refs:uop (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amd64/include/xen/
hypercalls.h 284 unsigned int cmd, void *uop, unsigned int count)
286 return _hypercall3(int, grant_table_op, cmd, uop, count);
  /src/sys/arch/xen/xen/
privcmd.c 926 struct gnttab_unmap_grant_ref uop; local in function:privcmd_notify
958 uop.host_addr = base_paddr;
960 uop.host_addr = va;
962 uop.handle = op.handle;
963 uop.dev_bus_addr = 0;
965 GNTTABOP_unmap_grant_ref, &uop, 1);
  /src/sys/arch/i386/include/xen/
hypercalls.h 318 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count)
324 _harg("1" (cmd), "2" (uop), "3" (count)),
  /src/sys/arch/alpha/alpha/
fp_complete.c 146 uint64_t uop; /* bit mask of unexpected opcodes */ member in struct:alpha_shadow
184 alpha_shadow.uop |= 1UL << inst.generic_format.opcode;
194 alpha_shadow.uop);

Completed in 15 milliseconds