Lines Matching defs:sparse
83 * for the sparse memory space arena. If this is
89 * sparse memory space arena's boundary tags. Ignored
92 * The number of device-provided static sparse memory
709 * This address isn't mapped into sparse space; don't
716 * If this address isn't mapped into dense or sparse, we lose.
720 printf("mem: address 0x%lx not in dense or sparse space\n",
729 printf("mem: %s dense, %s sparse\n", mustd ? "need" : "want",
747 printf("mem: failed to get sparse (%d)\n", errors);
803 printf("mem: freeing sparse\n");
817 * sparse error. The error _has_ to be one of the two...
830 int sparse, haves, haved;
842 sparse = ((memh >> 63) == 0);
848 if (sparse)
859 __S(__C(CHIP,_mem_unmap)), sparse ? "sparse" : "dense",
866 if (sparse)