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

  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 59 #define store_tr(tr) (tr = native_store_tr()) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h 59 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 51 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 51 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 51 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 51 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 51 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 59 #define store_tr(tr) (tr = native_store_tr()) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 59 #define store_tr(tr) (tr = native_store_tr()) macro
  /external/kernel-headers/original/asm-x86/
desc_32.h 70 #define store_tr(tr) (tr = native_store_tr()) macro
paravirt.h 96 unsigned long (*store_tr)(void); member in struct:pv_cpu_ops
655 return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr);
657 #define store_tr(tr) ((tr) = paravirt_store_tr()) macro

Completed in 706 milliseconds