Home
last modified time | relevance | path

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

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