Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c356 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_global_setup()
428 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_need_global_mem()
760 size = (size + _NSC_GLALIGN) & ~_NSC_GLALIGN; in _nsc_rm_alloc()
H A Dnsc_mem.h70 #define _NSC_GLALIGN 4095 /* Alignment between areas */ macro