KVM
Public Attributes | List of all members
stage2_map_data Struct Reference

Public Attributes

const u64 phys
 
kvm_pte_t attr
 
u8 owner_id
 
kvm_pte_t * anchor
 
kvm_pte_t * childp
 
struct kvm_s2_mmu * mmu
 
void * memcache
 
bool force_pte
 

Detailed Description

Definition at line 619 of file pgtable.c.

Member Data Documentation

◆ anchor

kvm_pte_t* stage2_map_data::anchor

Definition at line 624 of file pgtable.c.

◆ attr

kvm_pte_t stage2_map_data::attr

Definition at line 621 of file pgtable.c.

◆ childp

kvm_pte_t* stage2_map_data::childp

Definition at line 625 of file pgtable.c.

◆ force_pte

bool stage2_map_data::force_pte

Definition at line 631 of file pgtable.c.

◆ memcache

void* stage2_map_data::memcache

Definition at line 628 of file pgtable.c.

◆ mmu

struct kvm_s2_mmu* stage2_map_data::mmu

Definition at line 627 of file pgtable.c.

◆ owner_id

u8 stage2_map_data::owner_id

Definition at line 622 of file pgtable.c.

◆ phys

const u64 stage2_map_data::phys

Definition at line 620 of file pgtable.c.


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