Searched refs:MPTB (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dm32r.h92 #define MPTB (0x18 + MMU_REG_BASE) /* MMU Page Table Base Register */ macro
106 #define MPTB_offset (MPTB - MMU_REG_BASE)
H A Dmmu_context.h132 /* Set MPTB = next->pgd */
133 *(volatile unsigned long *)MPTB = (unsigned long)next->pgd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c254 page = *(unsigned long *)MPTB;
309 pgd = (pgd_t *)*(unsigned long *)MPTB;
545 *(volatile unsigned long *)MPTB = (unsigned long)swapper_pg_dir;
H A Dmmu.S139 ; pgd = *(unsigned long *)MPTB;
140 ld24 r2, #(-MPTB - 1)
148 ld r2, @r2 ; r2: pgd base addr (MPTB reg.)
259 ; pgd = *(unsigned long *)MPTB;
260 ld24 r1, #(-MPTB-1)

Completed in 111 milliseconds