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

/u-boot/cmd/x86/
H A Dmtrr.c57 const char *cpustr; local
59 cpustr = argv[2];
60 if (*cpustr == 'a')
63 cpu_select = simple_strtol(cpustr, NULL, 16);

Completed in 41 milliseconds