aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tlb-bounds.h
blob: f83d9ac9eed6ec73d2bca58f44dfddb97b91313c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * softmmu size bounds
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef ACCEL_TCG_TLB_BOUNDS_H
#define ACCEL_TCG_TLB_BOUNDS_H

#define CPU_TLB_DYN_MIN_BITS 6
#define CPU_TLB_DYN_MAX_BITS (32 - TARGET_PAGE_BITS)
#define CPU_TLB_DYN_DEFAULT_BITS 8

#endif /* ACCEL_TCG_TLB_BOUNDS_H */