Home
last modified time | relevance | path

Searched refs:max_xmaxeax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c222 const uint32_t max_xmaxeax = 0x80000100; in amd64_config_cpu() local
224 if (xmaxeax > max_xmaxeax) { in amd64_config_cpu()
226 "0x%x -> 0x%x\n", xmaxeax, max_xmaxeax); in amd64_config_cpu()
227 xmaxeax = max_xmaxeax; in amd64_config_cpu()