Searched refs:VmMapRegion (Results 1 – 2 of 2) sorted by relevance
64 struct VmMapRegion;65 typedef struct VmMapRegion LosVmMapRegion;79 void (*open)(struct VmMapRegion *region);80 void (*close)(struct VmMapRegion *region);81 int (*fault)(struct VmMapRegion *region, LosVmPgFault *pageFault);82 void (*remove)(struct VmMapRegion *region, LosArchMmu *archMmu, VM_OFFSET_T offset);85 struct VmMapRegion { struct
280 static int ErrorFopMmap(struct file* filep, struct VmMapRegion *region) in ErrorFopMmap()