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

  /bionic/libc/kernel/arch-sh/asm/
pgtable_64.h 82 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
pgtable_32.h 105 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro