Go to the documentation of this file.
38 #ifndef __CPU_KVM_DEVICE_HH__
39 #define __CPU_KVM_DEVICE_HH__
112 int ioctl(
int request,
long p1)
const;
113 int ioctl(
int request,
void *p1)
const {
114 return ioctl(request, (
long)p1);
117 return ioctl(request, 0
L);
124 #endif // __CPU_KVM_DEVICE_HH__
void getAttrPtr(uint32_t group, uint64_t attr, void *data) const
int ioctl(int request, void *p1) const
int ioctl(int request) const
void setAttr(uint32_t group, uint64_t attr, const T &data) const
Get the value of an attribute.
bool hasAttr(uint32_t group, uint64_t attr) const
Check if a device attribute is valid.
int ioctl(int request, long p1) const
void setAttrPtr(uint32_t group, uint64_t attr, const void *data) const
T getAttr(uint32_t group, uint64_t attr) const
Get the value of an attribute.
Generated on Wed Sep 30 2020 14:02:08 for gem5 by doxygen 1.8.17