Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
hcp_phyp.h File Reference

Go to the source code of this file.

Data Structures

struct  h_galpa
 
struct  h_galpas
 

Functions

int hcp_galpas_ctor (struct h_galpas *galpas, int is_user, u64 paddr_kernel, u64 paddr_user)
 
int hcp_galpas_dtor (struct h_galpas *galpas)
 
u64 hcall_map_page (u64 physaddr)
 
int hcall_unmap_page (u64 mapaddr)
 

Function Documentation

u64 hcall_map_page ( u64  physaddr)

Definition at line 45 of file hcp_phyp.c.

int hcall_unmap_page ( u64  mapaddr)

Definition at line 50 of file hcp_phyp.c.

int hcp_galpas_ctor ( struct h_galpas galpas,
int  is_user,
u64  paddr_kernel,
u64  paddr_user 
)

Definition at line 56 of file hcp_phyp.c.

int hcp_galpas_dtor ( struct h_galpas galpas)

Definition at line 71 of file hcp_phyp.c.