Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c210 #define BPVO_POOL_SIZE 32768 macro
867 BPVO_POOL_SIZE*sizeof(struct pvo_entry), 0); in moea_bootstrap()
2092 if (moea_bpvo_pool_index >= BPVO_POOL_SIZE) { in moea_pvo_enter()
2094 moea_bpvo_pool_index, BPVO_POOL_SIZE, in moea_pvo_enter()
2095 BPVO_POOL_SIZE * sizeof(struct pvo_entry)); in moea_pvo_enter()
H A Dmmu_oea64.c233 #define BPVO_POOL_SIZE 327680 /* Sensible historical default value */ macro
1077 moea64_bpvo_pool_size = BPVO_POOL_SIZE; in moea64_mid_bootstrap()