Lines Matching defs:softint_bytes
222 u_int softint_bytes = 32768;
307 softint_bytes = round_page(softint_bytes);
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0,
378 "increase softint_bytes\n");
437 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
438 offset, softint_bytes);
501 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
502 offset, softint_bytes);