Lines Matching refs:ns32k_option
103 struct ns32k_option struct
182 struct ns32k_option opt1[] = /* restore, exit. */
194 struct ns32k_option opt2[] = /* save, enter. */
206 struct ns32k_option opt3[] = /* setcfg. */
214 struct ns32k_option opt4[] = /* cinv. */
221 struct ns32k_option opt5[] = /* String inst. */
228 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */
245 struct ns32k_option cpureg_532[] = /* lpr spr. */
262 struct ns32k_option mmureg_532[] = /* lmr smr. */
274 struct ns32k_option cpureg_032[] = /* lpr spr. */
285 struct ns32k_option mmureg_032[] = /* lmr smr. */
301 struct ns32k_option *cpureg = cpureg_532;
302 struct ns32k_option *mmureg = mmureg_532;
304 struct ns32k_option *cpureg = cpureg_032;
305 struct ns32k_option *mmureg = mmureg_032;
801 struct ns32k_option *optionP, /* How to search the string. */ in optlist()
843 struct ns32k_option *optionP, /* List to search. */ in list_search()