smm_shared_globals  211 ext/opcache/shared_alloc_win32.c 	smm_shared_globals = (zend_smm_shared_globals *) mapping_base;
smm_shared_globals   52 ext/opcache/zend_shared_alloc.c zend_smm_shared_globals *smm_shared_globals;
smm_shared_globals  165 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = &tmp_shared_globals;
smm_shared_globals  189 ext/opcache/zend_shared_alloc.c 		smm_shared_globals = NULL;
smm_shared_globals  232 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = p_tmp_shared_globals;
smm_shared_globals  255 ext/opcache/zend_shared_alloc.c 	tmp_shared_globals = *smm_shared_globals;
smm_shared_globals  256 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = &tmp_shared_globals;
smm_shared_globals  114 ext/opcache/zend_shared_alloc.h extern zend_smm_shared_globals *smm_shared_globals;
smm_shared_globals  116 ext/opcache/zend_shared_alloc.h #define ZSMMG(element)		(smm_shared_globals->element)