Lines Matching refs:max_access
6731 u32 *max_access) in check_buffer_access() argument
6740 if (off + size > *max_access) in check_buffer_access()
6741 *max_access = off + size; in check_buffer_access()
7621 u32 *max_access; in check_mem_access() local
7629 max_access = &env->prog->aux->max_rdonly_access; in check_mem_access()
7631 max_access = &env->prog->aux->max_rdwr_access; in check_mem_access()
7635 max_access); in check_mem_access()
8047 u32 *max_access; in check_helper_mem_access() local
8086 max_access = &env->prog->aux->max_rdonly_access; in check_helper_mem_access()
8088 max_access = &env->prog->aux->max_rdwr_access; in check_helper_mem_access()
8092 max_access); in check_helper_mem_access()