Lines Matching defs:size
126 "truncating to maximum size\n");
244 if (ptr[i].size)
626 pr_notice("CVMSEG size: %d cache lines (%d bytes)\n",
805 pr_info("Skipping L2 locking due to reduced L2 cache size\n");
928 static __init void memory_exclude_page(u64 addr, u64 *mem, u64 *size)
930 if (addr > *mem && addr < *mem + *size) {
934 *size -= inc;
937 if (addr == *mem && *size > PAGE_SIZE) {
939 *size -= PAGE_SIZE;
982 * verify that the size is big enough for the final
1012 u64 size = mem_alloc_size;
1024 &memory, &size);
1027 &memory, &size);