Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
host_vm_change::host_vm_op Struct Reference

Public Types

enum  { NONE, MMAP, MUNMAP, MPROTECT }
 

Data Fields

enum
host_vm_change::host_vm_op:: { ... }  
type
 
union {
   struct {
      unsigned long   addr
 
      unsigned long   len
 
      unsigned int   prot
 
      int   fd
 
      __u64   offset
 
   }   mmap
 
   struct {
      unsigned long   addr
 
      unsigned long   len
 
   }   munmap
 
   struct {
      unsigned long   addr
 
      unsigned long   len
 
      unsigned int   prot
 
   }   mprotect
 
u
 

Detailed Description

Definition at line 17 of file tlb.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
NONE 
MMAP 
MUNMAP 
MPROTECT 

Definition at line 18 of file tlb.c.

Field Documentation

unsigned long addr

Definition at line 21 of file tlb.c.

Definition at line 24 of file tlb.c.

unsigned long len

Definition at line 22 of file tlb.c.

struct { ... } mmap
struct { ... } mprotect
struct { ... } munmap

Definition at line 25 of file tlb.c.

unsigned int prot

Definition at line 23 of file tlb.c.

enum { ... } type
union { ... } u

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