Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_vm_map.h204 STATIC INLINE BOOL LOS_IsRegionPermUserReadOnly(LosVmMapRegion* region) in LOS_IsRegionPermUserReadOnly() function
/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.c207 (!LOS_IsRegionPermUserReadOnly(region)) || (!LOS_IsRegionFlagPrivateOnly(region))) { in LiteIpcMmap()