Lines Matching refs:__user
31 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle()
38 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble()
54 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended()
71 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) in loadMultiple()
103 … void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) in storeSingle()
129 … void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) in storeDouble()
162 static inline void storeExtended(const unsigned int Fn, unsigned int __user *pMem) in storeExtended()
194 static inline void storeMultiple(const unsigned int Fn, unsigned int __user *pMem) in storeMultiple()
226 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF()
229 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLDF()
269 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSTF()
277 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSTF()
320 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLFM()
323 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLFM()
356 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSFM()
359 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSFM()