/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 | 29 #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-9/arch-x86/include/asm/xen/ |
hypercall.h | 29 #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
|
/prebuilts/ndk/4/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
|
/prebuilts/ndk/4/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
|
/prebuilts/ndk/6/platforms/android-9/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
|
/prebuilts/ndk/7/platforms/android-14/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
|
/prebuilts/ndk/7/platforms/android-9/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
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/xen/ |
hypercall.h | 29 #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
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/xen/ |
hypercall.h | 29 #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
|