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

  /external/oprofile/module/x86/
op_apic.h 47 #define store_idt(addr) \ macro
op_apic.c 55 store_idt(descr);
70 store_idt(descr);
  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 50 #define store_idt(dtr) native_store_idt(dtr) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h 50 #define store_idt(dtr) native_store_idt(dtr) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 50 #define store_idt(dtr) native_store_idt(dtr) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 50 #define store_idt(dtr) native_store_idt(dtr) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 50 #define store_idt(dtr) native_store_idt(dtr) macro
  /external/kernel-headers/original/asm-x86/
desc_32.h 69 #define store_idt(dtr) native_store_idt(dtr) macro
paravirt.h 94 void (*store_idt)(struct Xgt_desc_struct *); member in struct:pv_cpu_ops
649 static inline void store_idt(struct Xgt_desc_struct *dtr) function
651 PVOP_VCALL1(pv_cpu_ops.store_idt, dtr);

Completed in 411 milliseconds