Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/include/
H A Dautoconf.h105 struct alpha_variation_table { struct
115 const struct alpha_variation_table *); argument
/netbsd-src/sys/arch/alpha/alpha/
H A Ddec_6600.c104 static const struct alpha_variation_table dec_6600_variations[] = {
113 static const struct alpha_variation_table dec_titan_variations[] = {
126 const struct alpha_variation_table *vartab = in dec_6600_init()
H A Ddec_1000a.c124 static const struct alpha_variation_table dec_1000_variations[] = {
129 static const struct alpha_variation_table dec_1000a_variations[] = {
H A Ddec_kn7aa.c51 const struct alpha_variation_table dec_kn7aa_variations[] = {
H A Ddec_3000_300.c65 const struct alpha_variation_table dec_3000_300_variations[] = {
H A Ddec_3000_500.c68 const struct alpha_variation_table dec_3000_500_variations[] = {
H A Ddec_alphabook1.c88 const struct alpha_variation_table dec_alphabook1_variations[] = {
H A Ddec_eb66.c88 const struct alpha_variation_table dec_eb66_variations[] = {
H A Ddec_eb64plus.c90 const struct alpha_variation_table dec_eb64plus_variations[] = {
H A Ddec_kn20aa.c98 const struct alpha_variation_table dec_kn20aa_variations[] = {
H A Ddec_axppci_33.c88 const struct alpha_variation_table dec_axppci_33_variations[] = {
H A Ddec_kn300.c102 const struct alpha_variation_table dec_kn300_variations[] = {
H A Ddec_2100_a50.c99 const struct alpha_variation_table dec_2100_a50_variations[] = {
H A Ddec_kn8ae.c78 const struct alpha_variation_table dec_kn8ae_variations[] = {
H A Dmachdep.c988 alpha_variation_name(uint64_t variation, const struct alpha_variation_table *avtp) in alpha_variation_name()