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

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.c225 #define BPVO_POOL_SIZE 327680 macro
627 size = BPVO_POOL_SIZE*sizeof(struct pvo_entry);
795 BPVO_POOL_SIZE*sizeof(struct pvo_entry), 0);
2247 if (moea64_bpvo_pool_index >= BPVO_POOL_SIZE) {
2249 moea64_bpvo_pool_index, BPVO_POOL_SIZE,
2250 BPVO_POOL_SIZE * sizeof(struct pvo_entry));
H A Dmmu_oea.c212 #define BPVO_POOL_SIZE 32768 macro
866 BPVO_POOL_SIZE*sizeof(struct pvo_entry), 0);
1960 if (moea_bpvo_pool_index >= BPVO_POOL_SIZE) {
1962 moea_bpvo_pool_index, BPVO_POOL_SIZE,
1963 BPVO_POOL_SIZE * sizeof(struct pvo_entry));

Completed in 120 milliseconds