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

  /external/oprofile/module/
op_util.c 34 if (pte_present(pte)) {
  /bionic/libc/kernel/arch-mips/asm/
pgtable.h 62 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h 61 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro