Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/nwfpe/
Dfpa11_cpdt.c214 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local
223 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() local
271 pFinal = pBase; in PerformSTF()
273 pFinal += getOffset(opcode); in PerformSTF()
275 pFinal -= getOffset(opcode); in PerformSTF()
[all …]