Searched refs:pgd_index (Results 1 - 25 of 63) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi_32.c60 swapper_pg_dir[pgd_index(0)].pgd;
62 swapper_pg_dir[pgd_index(PAGE_OFFSET)].pgd;
65 swapper_pg_dir[pgd_index(0)].pgd;
67 swapper_pg_dir[pgd_index(0x400000)].pgd;
68 swapper_pg_dir[pgd_index(0)].pgd =
69 swapper_pg_dir[pgd_index(PAGE_OFFSET)].pgd;
71 swapper_pg_dir[pgd_index(0x400000)].pgd =
72 swapper_pg_dir[pgd_index(temp)].pgd;
97 swapper_pg_dir[pgd_index(0)].pgd =
100 swapper_pg_dir[pgd_index(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_64.c83 set_pgd(temp_level4_pgt + pgd_index(__START_KERNEL_map),
84 init_level4_pgt[pgd_index(__START_KERNEL_map)]);
99 set_pgd(temp_level4_pgt + pgd_index(start),
H A Dhibernate_32.c92 pgd_idx = pgd_index(PAGE_OFFSET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable_32.c35 pgd = swapper_pg_dir + pgd_index(vaddr);
83 pgd = swapper_pg_dir + pgd_index(vaddr);
H A Dfault.c182 unsigned index = pgd_index(address);
298 pgd_t *pgd = &base[pgd_index(address)];
344 pgd = (pgd_t *)page_address(page) + pgd_index(address);
451 pgd_t *pgd = base + pgd_index(address);
854 pgd = init_mm.pgd + pgd_index(address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dfault.c101 unsigned index = pgd_index(address);
216 pgd += pgd_index(address);
836 BUG_ON(pgd_index(VMALLOC_END) != pgd_index(VMALLOC_START));
850 if (!test_bit(pgd_index(address), insync)) {
864 set_bit(pgd_index(address), insync);
866 if (address == start && test_bit(pgd_index(address), insync))
H A Dpgtable.c98 pgd = swapper_pg_dir + pgd_index(vaddr);
168 #define KERNEL_PGD_INDEX_START pgd_index(PAGE_OFFSET)
184 BUG_ON(((u64 *)swapper_pg_dir)[pgd_index(MEM_USER_INTRPT)] != 0);
312 pgd = mm ? pgd_offset(mm, addr) : swapper_pg_dir + pgd_index(addr);
H A Dinit.c192 pgd_idx = pgd_index(vaddr);
434 return pmd_offset(pud_offset(&pgtables[pgd_index(va)], va), va);
439 pud_t *pud = pud_offset(&pgtables[pgd_index(va)], va);
692 pgd = swapper_pg_dir + pgd_index(vaddr);
809 BUILD_BUG_ON(pgd_index(VMALLOC_START) != pgd_index(VMALLOC_END));
810 pud = pud_offset(pgd_base + pgd_index(VMALLOC_START), VMALLOC_START);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dfault.c84 pmd = (pmd_t *)(pgd + pgd_index(address));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dmem.c123 i = pgd_index(vaddr);
173 pgd = swapper_pg_dir + pgd_index(vaddr);
203 pgd = swapper_pg_dir + pgd_index(vaddr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-32.h135 #define __pgd_offset(address) pgd_index(address)
142 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
145 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr))
H A Dpgtable-64.h222 #define __pgd_offset(address) pgd_index(address)
229 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
233 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_64.h51 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
52 #define __pgd_offset(address) pgd_index(address)
53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
H A Dpgtable_32.h382 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
383 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
384 #define __pgd_offset(address) pgd_index(address)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h185 #define pgd_index(address) (((address) >> (PGDIR_SHIFT)) & 0x1ff) macro
187 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
370 pg = pgdir + pgd_index(ea);
H A Dpgtable-ppc32.h302 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgtable.h70 #define __pgd_offset(address) pgd_index(address)
76 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dpgtable.c50 pgd = swapper_pg_dir + pgd_index(vaddr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsun3_pgtable.h191 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
194 ((mm)->pgd + pgd_index(address))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dpgtable.h233 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
238 return mm->pgd + pgd_index(address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dioremap.c61 sizeof(pgd_t) * (pgd_index(VMALLOC_END) -
62 pgd_index(VMALLOC_START)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h494 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) macro
498 * pgd_index() is used get the offset into the pgd page's array of pgd_t's;
500 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index((address)))
508 #define KERNEL_PGD_BOUNDARY pgd_index(PAGE_OFFSET)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h183 * pgd_index() is used get the offset into the pgd page's array of pgd_t's;
185 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
435 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) macro
436 #define pgd_index_k(addr) pgd_index(addr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dmachine_kexec.c243 for (i = 0; i < pgd_index(PAGE_OFFSET); i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dfault.c177 int index = pgd_index(address);

Completed in 163 milliseconds

123