Searched refs:pFinal (Results 1 – 1 of 1) sorted by relevance
226 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local235 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() local283 pFinal = pBase; in PerformSTF()285 pFinal += getOffset(opcode); in PerformSTF()287 pFinal -= getOffset(opcode); in PerformSTF()[all …]