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

/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.h32 * \param fn_tab function pointer table to be filled
34 void cpuid_amd_set_handlers(struct cpuid_functions *fn_tab);
H A Dcpuid_intel.h33 * \param fn_tab function pointer table to be filled
35 void cpuid_intel_set_handlers(struct cpuid_functions *fn_tab);
H A Dcpuid_amd.c489 * \param fn_tab function pointer table to be filled
491 void cpuid_amd_set_handlers(struct cpuid_functions *fn_tab) argument
493 fn_tab->proc_name = proc_name;
494 fn_tab->proc_family = proc_family;
495 fn_tab->proc_max_input_basic = proc_max_input_basic;
496 fn_tab->proc_max_input_extended = proc_max_input_extended;
497 fn_tab->frequency_info = frequency_info;
499 fn_tab->cache_info = cache_info;
500 fn_tab->cache_line_size = cache_line_size;
502 fn_tab
[all...]
H A Dcpuid_intel.c739 * \param fn_tab function pointer table to be filled
741 void cpuid_intel_set_handlers(struct cpuid_functions *fn_tab) argument
743 fn_tab->proc_name = proc_name;
744 fn_tab->proc_family = proc_family;
745 fn_tab->proc_max_input_basic = proc_max_input_basic;
746 fn_tab->proc_max_input_extended = proc_max_input_extended;
747 fn_tab->frequency_info = frequency_info;
749 fn_tab->cache_info = cache_info;
750 fn_tab->cache_line_size = cache_line_size;
752 fn_tab
[all...]

Completed in 38 milliseconds