Searched refs:pFinal (Results 1 – 1 of 1) sorted by relevance
214 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local223 pFinal = pBase; in PerformLDF()225 pFinal += getOffset(opcode); in PerformLDF()227 pFinal -= getOffset(opcode); in PerformLDF()230 pAddress = pFinal; in PerformLDF()251 writeRegister(getRn(opcode), (unsigned long) pFinal); in PerformLDF()257 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSTF() local271 pFinal = pBase; in PerformSTF()273 pFinal += getOffset(opcode); in PerformSTF()275 pFinal -= getOffset(opcode); in PerformSTF()[all …]