Searched refs:pgd_index (Results 1 – 4 of 4) sorted by relevance
119 #define __pgd_offset(address) pgd_index(address)126 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro129 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr))
395 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro396 #define pgd_index_k(addr) pgd_index(addr)402 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
329 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT) macro331 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr))
523 target_ulong pgd_phys, pgd_index; in cpu_get_phys_page_debug()528 pgd_index = (addr >> 22) << 2; in cpu_get_phys_page_debug()529 pt_addr = ldl_phys(pgd_phys + pgd_index); in cpu_get_phys_page_debug()