Home | History | Annotate | Download | only in asm-arm

Lines Matching refs:pgd

49  * be wrapped to fit a two level page table structure easily - using the PGD
62 * pgd pte
120 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
319 * setup: the pgd is never bad, and a pmd always exists (as it's folded
320 * into the pgd entry)
322 #define pgd_none(pgd) (0)
323 #define pgd_bad(pgd) (0)
324 #define pgd_present(pgd) (1)
326 #define set_pgd(pgd,pgdp) do { } while (0)
331 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr))