Home
last modified time | relevance | path

Searched refs:pFinal (Results 1 – 1 of 1) sorted by relevance

/arch/arm/nwfpe/
Dfpa11_cpdt.c226 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local
235 pFinal = pBase; in PerformLDF()
237 pFinal += getOffset(opcode); in PerformLDF()
239 pFinal -= getOffset(opcode); in PerformLDF()
242 pAddress = pFinal; in PerformLDF()
263 writeRegister(getRn(opcode), (unsigned long) pFinal); in PerformLDF()
269 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSTF() local
283 pFinal = pBase; in PerformSTF()
285 pFinal += getOffset(opcode); in PerformSTF()
287 pFinal -= getOffset(opcode); in PerformSTF()
[all …]