Xen Test Framework
Functions
pagetable.h File Reference
#include <arch/mm.h>
+ Include dependency graph for pagetable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

paddr_t pte_to_paddr (intpte_t pte)
 
intpte_t pte_from_paddr (paddr_t paddr, uint64_t flags)
 
intpte_t pte_from_gfn (unsigned long gfn, uint64_t flags)
 
intpte_t pte_from_virt (const void *va, uint64_t flags)
 

Function Documentation

◆ pte_to_paddr()

paddr_t pte_to_paddr ( intpte_t  pte)
+ Here is the caller graph for this function:

◆ pte_from_paddr()

intpte_t pte_from_paddr ( paddr_t  paddr,
uint64_t  flags 
)
+ Here is the caller graph for this function:

◆ pte_from_gfn()

intpte_t pte_from_gfn ( unsigned long  gfn,
uint64_t  flags 
)
+ Here is the caller graph for this function:

◆ pte_from_virt()

intpte_t pte_from_virt ( const void *  va,
uint64_t  flags 
)
+ Here is the caller graph for this function: