Home
last modified time | relevance | path

Searched refs:V_L2_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtb-maint.c163 #define V_L2_SIZE (1 << V_L2_BITS) macro
226 p = g_new0(void *, V_L2_SIZE); in page_find_alloc()
234 lp = p + ((index >> (i * V_L2_BITS)) & (V_L2_SIZE - 1)); in page_find_alloc()
245 pd = g_new0(PageDesc, V_L2_SIZE); in page_find_alloc()
246 for (int i = 0; i < V_L2_SIZE; i++) { in page_find_alloc()
252 for (int i = 0; i < V_L2_SIZE; i++) { in page_find_alloc()
260 return pd + (index & (V_L2_SIZE - 1)); in page_find_alloc()
664 for (i = 0; i < V_L2_SIZE; ++i) { in tb_remove_all_1()
672 for (i = 0; i < V_L2_SIZE; ++i) { in tb_remove_all_1()