Searched refs:damlr (Results 1 - 2 of 2) 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; \
93 asm("movsg damlr"#ampr",%0" : "=r"(damlr)); \
95 /*printk("DAMR"#ampr": PRIM sl=%d L=%08lx P=%08lx\n", type, damlr, dampr);*/ \
97 (void *) damlr; \
102 unsigned long damlr = KMAP_ATOMIC_SECONDARY_FRAME + (slot) * PAGE_SIZE; \
108 : : "r"(damlr), "r"(dampr) : "memory"); \
110 /*printk("TLB: SECN sl=%d L=%08lx P=%08lx\n", slot, damlr, dampr);*/ \
112 (void *) damlr; \
/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)
217 pte = (pte_t *) damlr + __pte_index(ear0);

Completed in 104 milliseconds