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

  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 57 #define write_idt_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 57 #define write_idt_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 57 #define write_idt_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 57 #define write_idt_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 57 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
  /external/kernel-headers/original/asm-x86/
desc_32.h 78 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) macro
150 write_idt_entry(idt_table, gate, a, b);
paravirt.h 102 void (*write_idt_entry)(struct desc_struct *, member in struct:pv_cpu_ops
670 static inline void write_idt_entry(void *dt, int entry, u32 low, u32 high) function
672 PVOP_VCALL4(pv_cpu_ops.write_idt_entry, dt, entry, low, high);

Completed in 581 milliseconds