Searched refs:MMU_REG_BASE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dm32r.h57 #define MMU_REG_BASE (0xffff0000) macro
63 #define MATM MMU_REG_BASE /* MMU Address Translation Mode
65 #define MPSZ (0x04 + MMU_REG_BASE) /* MMU Page Size Designation Register */
66 #define MASID (0x08 + MMU_REG_BASE) /* MMU Address Space ID Register */
67 #define MESTS (0x0c + MMU_REG_BASE) /* MMU Exception Status Register */
68 #define MDEVA (0x10 + MMU_REG_BASE) /* MMU Operand Exception Virtual
70 #define MDEVP (0x14 + MMU_REG_BASE) /* MMU Operand Exception Virtual Page
72 #define MPTB (0x18 + MMU_REG_BASE) /* MMU Page Table Base Register */
73 #define MSVA (0x20 + MMU_REG_BASE) /* MMU Search Virtual Address
75 #define MTOP (0x24 + MMU_REG_BASE) /* MM
[all...]
H A Dtlbflush.h72 : "r" (page), "i" (MMU_REG_BASE), "i" (MSVA_offset),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/
H A Dsetup.S124 seth r0, #high(MMU_REG_BASE) ; Set MMU_REG_BASE higher
125 or3 r0, r0, #low(MMU_REG_BASE) ; Set MMU_REG_BASE lower
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dmmu.S35 seth r3, #high(MMU_REG_BASE)
216 seth r3, #high(MMU_REG_BASE)
319 seth r0, #high(MMU_REG_BASE) ; Set MMU_REG_BASE higher
320 or3 r0, r0, #low(MMU_REG_BASE) ; Set MMU_REG_BASE lower
H A Dfault.c409 : "r" (vaddr), "r" (pte_data), "i" (MMU_REG_BASE),

Completed in 65 milliseconds