Go to the documentation of this file.
38 #ifndef __CPU_KVM_DEVICE_HH__
39 #define __CPU_KVM_DEVICE_HH__
115 int ioctl(
int request,
long p1)
const;
116 int ioctl(
int request,
void *p1)
const {
117 return ioctl(request, (
long)p1);
120 return ioctl(request, 0
L);
129 #endif // __CPU_KVM_DEVICE_HH__
int ioctl(int request, long p1) const
void setAttr(uint32_t group, uint64_t attr, const T &data) const
Get the value of an attribute.
int ioctl(int request) const
void setAttrPtr(uint32_t group, uint64_t attr, const void *data) const
bool hasAttr(uint32_t group, uint64_t attr) const
Check if a device attribute is valid.
T getAttr(uint32_t group, uint64_t attr) const
Get the value of an attribute.
int ioctl(int request, void *p1) const
void getAttrPtr(uint32_t group, uint64_t attr, void *data) const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Sun Jul 30 2023 01:56:52 for gem5 by doxygen 1.8.17