Home
last modified time | relevance | path

Searched refs:__pgd_offset (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/mips/mm/
Dpgtable-32.c64 pgd = swapper_pg_dir + __pgd_offset(vaddr); in pagetable_init()
Dfault.c283 int offset = __pgd_offset(address); in do_page_fault()
Dinit.c275 i = __pgd_offset(vaddr); in fixrange_init()
/linux-3.4.99/arch/score/mm/
Dfault.c206 int offset = __pgd_offset(address); in do_page_fault()
/linux-3.4.99/arch/mips/include/asm/
Dpgtable-32.h119 #define __pgd_offset(address) pgd_index(address) macro
Dpgtable-64.h223 #define __pgd_offset(address) pgd_index(address) macro
/linux-3.4.99/arch/mn10300/mm/
Dfault.c74 pgd = pgdir + __pgd_offset(address);
/linux-3.4.99/arch/sh/include/asm/
Dpgtable_64.h52 #define __pgd_offset(address) pgd_index(address) macro
Dpgtable_32.h414 #define __pgd_offset(address) pgd_index(address) macro
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h70 #define __pgd_offset(address) pgd_index(address) macro
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h379 #define __pgd_offset(address) pgd_index(address) macro
/linux-3.4.99/arch/sh/mm/
Dinit.c169 i = __pgd_offset(vaddr); in page_table_range_init()