Xen Test Framework
Data Fields
mmuext_op Struct Reference

#include <xen.h>

Data Fields

unsigned int cmd
 
union {
   xen_pfn_t   mfn
 
   unsigned long   linear_addr
 
arg1
 
union {
   unsigned int   nr_ents
 
   const void *   vcpumask
 
   xen_pfn_t   src_mfn
 
arg2
 

Detailed Description

Definition at line 355 of file xen.h.

Field Documentation

◆ cmd

unsigned int cmd

Definition at line 356 of file xen.h.

◆ mfn

xen_pfn_t mfn

Definition at line 360 of file xen.h.

◆ linear_addr

unsigned long linear_addr

Definition at line 362 of file xen.h.

◆ arg1

union { ... } arg1

◆ nr_ents

unsigned int nr_ents

Definition at line 366 of file xen.h.

◆ vcpumask

const void* vcpumask

Definition at line 368 of file xen.h.

◆ src_mfn

xen_pfn_t src_mfn

Definition at line 370 of file xen.h.

◆ arg2

union { ... } arg2

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