Searched refs:uop (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dgrant-table.c116 gnttab_map_grant_ref_pre(struct gnttab_map_grant_ref *uop) argument
120 flags = uop->flags;
144 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) argument
150 (struct gnttab_map_grant_ref *)uop + i);
153 return xencomm_hypercall_grant_table_op(cmd, uop, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dhypercall.h161 struct xencomm_handle *uop,
164 return _hypercall3(int, grant_table_op, cmd, uop, count);
167 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
246 void *uop, unsigned int count)
250 mcl->args[1] = (unsigned long)uop;
160 xencomm_arch_hypercall_grant_table_op(unsigned int cmd, struct xencomm_handle *uop, unsigned int count) argument
245 MULTI_grant_table_op(struct multicall_entry *mcl, unsigned int cmd, void *uop, unsigned int count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/xen/
H A Dhypercall.h338 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) argument
340 return _hypercall3(int, grant_table_op, cmd, uop, count);
420 void *uop, unsigned int count)
424 mcl->args[1] = (unsigned long)uop;
419 MULTI_grant_table_op(struct multicall_entry *mcl, unsigned int cmd, void *uop, unsigned int count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlparser.c1039 UnOpr uop; local
1041 uop = getunopr(ls->t.token);
1042 if (uop != OPR_NOUNOPR) {
1046 luaK_prefix(ls->fs, uop, v, line);

Completed in 117 milliseconds