iPXE
physdev_op Struct Reference

#include <physdev.h>

Data Fields

uint32_t cmd
union { 
   physdev_irq_status_query_t   irq_status_query 
   physdev_set_iopl_t   set_iopl 
   physdev_set_iobitmap_t   set_iobitmap 
   physdev_apic_t   apic_op 
   physdev_irq_t   irq_op 
u

Detailed Description

Definition at line 218 of file physdev.h.

Field Documentation

◆ cmd

uint32_t physdev_op::cmd

Definition at line 219 of file physdev.h.

◆ irq_status_query

physdev_irq_status_query_t physdev_op::irq_status_query

Definition at line 221 of file physdev.h.

◆ set_iopl

physdev_set_iopl_t physdev_op::set_iopl

Definition at line 222 of file physdev.h.

◆ set_iobitmap

physdev_set_iobitmap_t physdev_op::set_iobitmap

Definition at line 223 of file physdev.h.

◆ apic_op

physdev_apic_t physdev_op::apic_op

Definition at line 224 of file physdev.h.

◆ irq_op

physdev_irq_t physdev_op::irq_op

Definition at line 225 of file physdev.h.

◆ [union]

union { ... } physdev_op::u

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