Searched defs:pMem (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
D | fpa11_cpdt.c | 19 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle() 26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble() 42 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended() 59 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) in loadMultiple() 91 … void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) in storeSingle() 117 … void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) in storeDouble() 150 static inline void storeExtended(const unsigned int Fn, unsigned int __user *pMem) in storeExtended() 182 static inline void storeMultiple(const unsigned int Fn, unsigned int __user *pMem) in storeMultiple()
|