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

  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 55 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h 55 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 55 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 55 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 55 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /external/kernel-headers/original/asm-x86/
desc_32.h 76 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
paravirt.h 98 void (*write_ldt_entry)(struct desc_struct *, member in struct:pv_cpu_ops
662 static inline void write_ldt_entry(void *dt, int entry, u32 low, u32 high) function
664 PVOP_VCALL4(pv_cpu_ops.write_ldt_entry, dt, entry, low, high);

Completed in 170 milliseconds