Lines Matching defs:const

84     int getAPIVersion() const { return apiVersion; }
90 int getVCPUMMapSize() const { return vcpuMMapSize; }
94 bool capUserMemory() const;
96 bool capSetTSSAddress() const;
98 bool capExtendedCPUID() const;
100 bool capUserNMI() const;
109 int capCoalescedMMIO() const;
115 int capNumMemSlots() const;
122 bool capOneReg() const;
129 bool capIRQChip() const;
132 bool capVCPUEvents() const;
135 bool capDebugRegs() const;
138 bool capXCRs() const;
141 bool capXSave() const;
161 bool getSupportedCPUID(struct kvm_cpuid2 &cpuid) const;
173 const CPUIDVector &getSupportedCPUID() const;
180 bool getSupportedMSRs(struct kvm_msr_list &msrs) const;
190 const MSRIndexVector &getSupportedMSRs() const;
214 int checkExtension(int extension) const;
229 int ioctl(int request, long p1) const;
230 int ioctl(int request, void *p1) const {
233 int ioctl(int request) const {
243 Kvm(const Kvm &kvm);
245 Kvm &operator=(const Kvm &kvm);
323 void coalesceMMIO(const AddrRange &range);
353 bool hasKernelIRQChip() const { return _hasKernelIRQChip; }
378 const MemSlot allocMemSlot(uint64_t size);
388 void setupMemSlot(const MemSlot slot, void *host_addr, Addr guest_addr,
394 void disableMemSlot(const MemSlot slot);
399 void freeMemSlot(const MemSlot slot);
421 long contextIdToVCpuId(ContextID ctx) const;
436 void kvmArmPreferredTarget(struct kvm_vcpu_init &target) const;
511 int ioctl(int request, long p1) const;
512 int ioctl(int request, void *p1) const {
515 int ioctl(int request) const {
522 KvmVM(const KvmVM &vm);
524 KvmVM &operator=(const KvmVM &vm);