HomeSort by relevance Sort by last modified time
    Searched refs:_hypercall2 (Results 1 - 13 of 13) sorted by null

  /external/kernel-headers/original/asm-x86/xen/
hypercall.h 68 #define _hypercall2(type, name, a1, a2) \ macro
146 return _hypercall2(int, set_gdt, frame_list, entries);
152 return _hypercall2(int, stack_switch, ss, esp);
175 return _hypercall2(int, sched_op, cmd, arg);
183 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
189 return _hypercall2(int, set_debugreg, reg, value);
207 return _hypercall2(int, memory_op, cmd, arg);
213 return _hypercall2(int, multicall, call_list, nr_calls);
231 int rc = _hypercall2(int, event_channel_op, cmd, arg);
245 return _hypercall2(int, xen_version, cmd, arg)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/xen/
hypercall.h 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/xen/
hypercall.h 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) macro

Completed in 457 milliseconds