Home
last modified time | relevance | path

Searched refs:privcmd_call (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/xen/
H A Dhypercall.S88 SYM_FUNC_START(privcmd_call)
111 SYM_FUNC_END(privcmd_call);
/linux/arch/arm/xen/
H A Dhypercall.S96 ENTRY(privcmd_call)
121 ENDPROC(privcmd_call);
H A Denlighten.c586 EXPORT_SYMBOL_GPL(privcmd_call);
/linux/include/xen/arm/
H A Dhypercall.h44 long privcmd_call(unsigned call, unsigned long a1,
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h245 privcmd_call(unsigned int call, in privcmd_call() function
/linux/drivers/xen/
H A Dprivcmd.c94 ret = privcmd_call(hypercall.op, in privcmd_ioctl_hypercall()