Searched refs:dampr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dhighmem.h81 unsigned long damlr, dampr; \
83 dampr = paddr | xAMPRx_L | xAMPRx_M | xAMPRx_S | xAMPRx_SS_16Kb | xAMPRx_V; \
86 asm volatile("movgs %0,dampr"#ampr :: "r"(dampr) : "memory"); \
89 "movgs %0,dampr"#ampr"\n" \
90 :: "r"(dampr) : "memory" \
95 /*printk("DAMR"#ampr": PRIM sl=%d L=%08lx P=%08lx\n", type, damlr, dampr);*/ \
103 unsigned long dampr = paddr | xAMPRx_L | xAMPRx_M | xAMPRx_S | xAMPRx_SS_16Kb | xAMPRx_V; \
108 : : "r"(damlr), "r"(dampr) : "memory"); \
110 /*printk("TLB: SECN sl=%d L=%08lx P=%08lx\n", slot, damlr, dampr);*/ \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dsetup.c840 unsigned long dampr; local
875 dampr = __get_DAMPR(0);
876 dampr &= xAMPRx_SS;
877 dampr = (dampr >> 4) + 17;
878 dampr = 1 << dampr;
880 reserve_bootmem(__get_DAMPR(0) & xAMPRx_PPFN, dampr, BOOTMEM_DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dfault.c210 unsigned long dampr, damlr, val; local
213 : "=&r"(dampr), "=r"(damlr)
220 asm volatile("movgs %0,dampr2" :: "r" (dampr));

Completed in 136 milliseconds