Searched refs:max_mem (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c167 uint64_t max_gpa, gpa, slot_size, max_mem, i; local
177 * are quite common for x86, requires changing only max_mem (KVM allows
186 max_mem = 128ull * SZ_1G;
196 max_mem = 1ull * atoi_positive("Memory size", optarg) * SZ_1G;
235 if ((gpa - start_gpa) >= max_mem)
/linux-master/include/linux/
H A Dsm501.h52 unsigned long max_mem; member in struct:sm501_platdata_fbsub
/linux-master/arch/powerpc/kernel/
H A Dprom.c500 u64 max_mem = 1UL << (MAX_PHYSMEM_BITS); local
502 if (base >= max_mem)
504 if ((base + *size) > max_mem)
505 *size = max_mem - base;
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h484 int max_mem);
H A Dsja1105_static_config.c1020 static_config_check_memory_size(const struct sja1105_table *tables, int max_mem) argument
1038 max_mem -= SJA1105_FRAME_MEMORY_RETAGGING_OVERHEAD;
1040 if (mem > max_mem)
1048 int max_mem)
1115 return static_config_check_memory_size(tables, max_mem);
1047 sja1105_static_config_check_valid(const struct sja1105_static_config *config, int max_mem) argument
/linux-master/fs/bcachefs/
H A Dbtree_iter.c2804 s->max_mem = max(s->max_mem, new_bytes);
3057 if (s->max_mem) {
3058 unsigned expected_mem_bytes = roundup_pow_of_two(s->max_mem);
H A Ddebug.c791 prt_printf(&i->buf, "Max mem used: %u", s->max_mem);
H A Dbcachefs.h655 unsigned max_mem; member in struct:btree_transaction_stats

Completed in 166 milliseconds