KVM
Public Attributes | List of all members
kvm_pic Struct Reference

#include <irq.h>

Collaboration diagram for kvm_pic:
Collaboration graph
[legend]

Public Attributes

spinlock_t lock
 
bool wakeup_needed
 
unsigned pending_acks
 
struct kvm * kvm
 
struct kvm_kpic_state pics [2]
 
int output
 
struct kvm_io_device dev_master
 
struct kvm_io_device dev_slave
 
struct kvm_io_device dev_elcr
 
unsigned long irq_states [PIC_NUM_PINS]
 

Detailed Description

Definition at line 49 of file irq.h.

Member Data Documentation

◆ dev_elcr

struct kvm_io_device kvm_pic::dev_elcr

Definition at line 55 of file irq.h.

◆ dev_master

struct kvm_io_device kvm_pic::dev_master

Definition at line 55 of file irq.h.

◆ dev_slave

struct kvm_io_device kvm_pic::dev_slave

Definition at line 55 of file irq.h.

◆ irq_states

unsigned long kvm_pic::irq_states[PIC_NUM_PINS]

Definition at line 59 of file irq.h.

◆ kvm

struct kvm* kvm_pic::kvm

Definition at line 53 of file irq.h.

◆ lock

spinlock_t kvm_pic::lock

Definition at line 50 of file irq.h.

◆ output

int kvm_pic::output

Definition at line 55 of file irq.h.

◆ pending_acks

unsigned kvm_pic::pending_acks

Definition at line 52 of file irq.h.

◆ pics

struct kvm_kpic_state kvm_pic::pics[2]

Definition at line 53 of file irq.h.

◆ wakeup_needed

bool kvm_pic::wakeup_needed

Definition at line 51 of file irq.h.


The documentation for this struct was generated from the following file: