Home
last modified time | relevance | path

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

/components/mm/
A Dmm_flag.h25 #define _MMF_ALIGN_MASK 0x7f macro
93 #define MMF_GET_ALIGN(src) ((src & _MMF_ALIGN_MASK))
95 ((src & ~_MMF_ALIGN_MASK) | (__builtin_ffsl(align) - 1))

Completed in 1 milliseconds