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

  /external/kernel-headers/original/asm-x86/
system_32.h 177 #define write_cr3(x) (native_write_cr3(x)) macro
paravirt.h 179 void (*write_cr3)(unsigned long); member in struct:pv_mmu_ops
524 static inline void write_cr3(unsigned long x) function
526 PVOP_VCALL1(pv_mmu_ops.write_cr3, x);
processor_32.h 149 #define load_cr3(pgdir) write_cr3(__pa(pgdir))
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 81 #define load_cr3(pgdir) write_cr3(__pa(pgdir))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 81 #define load_cr3(pgdir) write_cr3(__pa(pgdir))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 81 #define load_cr3(pgdir) write_cr3(__pa(pgdir))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 81 #define load_cr3(pgdir) write_cr3(__pa(pgdir))
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 81 #define load_cr3(pgdir) write_cr3(__pa(pgdir))

Completed in 170 milliseconds