OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_hypercall1
(Results
1 - 5
of
5
) sorted by null
/external/kernel-headers/original/asm-x86/xen/
hypercall.h
56
#define
_hypercall1
(type, name, a1) \
macro
126
return
_hypercall1
(int, set_trap_table, table);
169
return
_hypercall1
(int, fpu_taskswitch, set);
195
return
_hypercall1
(unsigned long, get_debugreg, reg);
236
rc =
_hypercall1
(int, event_channel_op_compat, &op);
262
rc =
_hypercall1
(int, physdev_op_compat, &op);
/bionic/libc/kernel/arch-x86/asm/xen/
hypercall.h
24
#define
_hypercall1
(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
macro
/development/ndk/platforms/android-5/arch-x86/include/asm/xen/
hypercall.h
24
#define
_hypercall1
(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/xen/
hypercall.h
24
#define
_hypercall1
(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/xen/
hypercall.h
24
#define
_hypercall1
(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
macro
Completed in 10 milliseconds