Home
last modified time | relevance | path

Searched refs:VmMapRegion (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_vm_map.h64 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
/kernel/liteos_a/fs/vfs/operation/
Dvfs_force_umount.c280 static int ErrorFopMmap(struct file* filep, struct VmMapRegion *region) in ErrorFopMmap()