Lines Matching refs:psr
369 unsigned long psr = __get_PSR(); in determine_cpu() local
372 __set_PSR(psr | PSR_EM | PSR_EF | PSR_CM | PSR_NEM); in determine_cpu()
374 __set_PSR(psr); in determine_cpu()
392 switch (PSR_IMPLE(psr)) { in determine_cpu()
398 switch (PSR_VERSION(psr)) { in determine_cpu()
429 switch (PSR_VERSION(psr)) { in determine_cpu()
459 switch (PSR_VERSION(psr)) { in determine_cpu()
476 switch (PSR_VERSION(psr)) { in determine_cpu()
489 switch (PSR_VERSION(psr)) { in determine_cpu()
526 unsigned long clkc, psr, quot; in determine_clocks() local
529 psr = __get_PSR(); in determine_clocks()
536 printk("psr=%08lx hsr0=%08lx clkc=%08lx\n", psr, __get_HSR(0), clkc); in determine_clocks()