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

/arch/mips/mm/
H A Dpgtable-32.c64 pgd = swapper_pg_dir + __pgd_offset(vaddr);
H A Dfault.c289 int offset = __pgd_offset(address);
H A Dinit.c223 i = __pgd_offset(vaddr);
/arch/score/mm/
H A Dfault.c205 int offset = __pgd_offset(address);
/arch/mips/include/asm/
H A Dpgtable-32.h131 #define __pgd_offset(address) pgd_index(address) macro
H A Dpgtable-64.h236 #define __pgd_offset(address) pgd_index(address) macro
/arch/mn10300/mm/
H A Dfault.c74 pgd = pgdir + __pgd_offset(address);
/arch/openrisc/include/asm/
H A Dpgtable.h379 #define __pgd_offset(address) pgd_index(address) macro
/arch/score/include/asm/
H A Dpgtable.h70 #define __pgd_offset(address) pgd_index(address) macro
/arch/sh/include/asm/
H A Dpgtable_64.h52 #define __pgd_offset(address) pgd_index(address) macro
H A Dpgtable_32.h414 #define __pgd_offset(address) pgd_index(address) macro
/arch/sh/mm/
H A Dinit.c169 i = __pgd_offset(vaddr);

Completed in 1275 milliseconds