Searched defs:internal_config (Results 1 – 2 of 2) sorted by relevance
45 struct internal_config { struct48 volatile unsigned force_nrank; /**< force number of ranks */51 volatile unsigned no_pci; /**< true to disable PCI */52 volatile unsigned no_hpet; /**< true to disable HPET */56 volatile unsigned in_memory;63 volatile unsigned force_sockets;65 volatile unsigned force_socket_limits;68 volatile unsigned legacy_mem;72 volatile unsigned match_allocations;74 volatile unsigned single_file_segments;[all …]
24 static struct internal_config internal_config; variable