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

  /bionic/libc/kernel/common/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 13 #define pmd_alloc(mm, pud, address) \
14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
15 NULL: pmd_offset(pud, address))
19 #define pud_none(pud) 0
20 #define pud_bad(pud) 0
21 #define pud_present(pud) 1
22 #define pud_ERROR(pud) do { } while (0)
23 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 9 * Having the pud type consist of a pgd gets the size right, and allows
10 * us to conceptually access the pgd entry that this pud is folded into
22 * setup: the pud is never bad, and a pud always exists (as it's folded
29 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
31 #define pgd_populate(mm, pgd, pud) do { } while (0)
50 * allocating and freeing a pud is trivial: the 1-entry pud is
pgtable.h 212 static inline int pud_none_or_clear_bad(pud_t *pud)
214 if (pud_none(*pud))
216 if (unlikely(pud_bad(*pud))) {
217 pud_clear_bad(pud);
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
28 #define pud_none(pud) 0
29 #define pud_bad(pud) 0
30 #define pud_present(pud) 1
31 #define pud_ERROR(pud) do { } while (0)
32 #define pud_clear(pud) pgd_clear(pud)
    [all...]
pgtable-nopud.h 26 #define pud_ERROR(pud) (pgd_ERROR((pud).pgd))
27 #define pgd_populate(mm, pgd, pud) do { } while (0)
  /external/kernel-headers/original/linux/
mm.h 808 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address);
823 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
825 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))?
826 NULL: pmd_offset(pud, address);
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 946 PVOP_VCALL2(pv_mmu_ops.set_pmd, pmdp, pmdval.pud.pgd.pgd);

Completed in 127 milliseconds