Lines Matching refs:max_access
4398 u32 *max_access) in check_buffer_access() argument
4407 if (off + size > *max_access) in check_buffer_access()
4408 *max_access = off + size; in check_buffer_access()
4928 u32 *max_access; in check_mem_access() local
4936 max_access = &env->prog->aux->max_rdonly_access; in check_mem_access()
4938 max_access = &env->prog->aux->max_rdwr_access; in check_mem_access()
4942 max_access); in check_mem_access()
5205 u32 *max_access; in check_helper_mem_access() local
5246 max_access = &env->prog->aux->max_rdonly_access; in check_helper_mem_access()
5248 max_access = &env->prog->aux->max_rdwr_access; in check_helper_mem_access()
5252 max_access); in check_helper_mem_access()