HomeSort by relevance Sort by last modified time
    Searched refs:_hypercall1 (Results 1 - 8 of 8) 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 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/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
  /prebuilts/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
  /prebuilts/ndk/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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

Completed in 688 milliseconds