Searched defs:pMem (Results 1 – 1 of 1) sorted by relevance
/arch/arm/nwfpe/ |
D | fpa11_cpdt.c | 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()
|