Lines Matching refs:max_access
6016 u32 *max_access) in check_buffer_access() argument
6025 if (off + size > *max_access) in check_buffer_access()
6026 *max_access = off + size; in check_buffer_access()
6865 u32 *max_access; in check_mem_access() local
6873 max_access = &env->prog->aux->max_rdonly_access; in check_mem_access()
6875 max_access = &env->prog->aux->max_rdwr_access; in check_mem_access()
6879 max_access); in check_mem_access()
7175 u32 *max_access; in check_helper_mem_access() local
7216 max_access = &env->prog->aux->max_rdonly_access; in check_helper_mem_access()
7218 max_access = &env->prog->aux->max_rdwr_access; in check_helper_mem_access()
7222 max_access); in check_helper_mem_access()