TUNABLE_ULONG
TUNABLE_ULONG("hw.pci.host_mem_start", &legacy_host_mem_start);
TUNABLE_ULONG("hw.acpi.host_mem_start", &acpi_host_mem_start);
TUNABLE_ULONG("hw.cbb.start_memory", &cbb_start_mem);
TUNABLE_ULONG("hw.cbb.start_16_io", &cbb_start_16_io);
TUNABLE_ULONG("hw.cbb.start_32_io", &cbb_start_32_io);
TUNABLE_ULONG("net.route.kmalloc_limit", &route_kmalloc_limit);
TUNABLE_ULONG("vm.dma_reserved", &vm_dma_reserved);