MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _not_support

Function _not_support

components/mm/mm_aspace.c:666–670  ·  view source on GitHub ↗

if the flag is currently supported */

Source from the content-addressed store, hash-verified

664
665/** if the flag is currently supported */
666static inline int _not_support(rt_size_t flags)
667{
668 rt_size_t support_ops = MMF_CREATE(((__MMF_INVALID - 1) << 1) - 1, 1);
669 return flags & ~(support_ops);
670}
671
672int rt_aspace_map(rt_aspace_t aspace, void **addr, rt_size_t length,
673 rt_size_t attr, mm_flag_t flags, rt_mem_obj_t mem_obj,

Callers 2

rt_aspace_mapFunction · 0.85
rt_aspace_map_staticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected