KVM
Public Attributes | List of all members
hyp_pool Struct Reference

#include <gfp.h>

Collaboration diagram for hyp_pool:
Collaboration graph
[legend]

Public Attributes

hyp_spinlock_t lock
 
struct list_head free_area [NR_PAGE_ORDERS]
 
phys_addr_t range_start
 
phys_addr_t range_end
 
unsigned short max_order
 

Detailed Description

Definition at line 12 of file gfp.h.

Member Data Documentation

◆ free_area

struct list_head hyp_pool::free_area[NR_PAGE_ORDERS]

Definition at line 18 of file gfp.h.

◆ lock

hyp_spinlock_t hyp_pool::lock

Definition at line 18 of file gfp.h.

◆ max_order

unsigned short hyp_pool::max_order

Definition at line 22 of file gfp.h.

◆ range_end

phys_addr_t hyp_pool::range_end

Definition at line 21 of file gfp.h.

◆ range_start

phys_addr_t hyp_pool::range_start

Definition at line 20 of file gfp.h.


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