HomeSort by: relevance | last modified time | path
    Searched defs:selected_tab (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/alpha/alpha/
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {
trap.c 818 const struct unaligned_fixup_data *selected_tab; local in function:unaligned_fixup
846 selected_tab = &tab_0c[opcode - 0x0c];
848 selected_tab = &tab_20[opcode - 0x20];
850 selected_tab = tab_unknown;
863 uprintf(selected_tab->type,opcode);
880 if (dofix && selected_tab->fixable) {

Completed in 81 milliseconds