Lines Matching refs:ext_params
190 atomic_xchg(&cb->ext_params, atomic_read(&cb->ext_params) | param32); in hws_ext_handler()
219 atomic_set(&cb->ext_params, 0); in prepare_cpu_buffers()
681 static int worker_check_error(unsigned int cpu, int ext_params) in worker_check_error() argument
694 if (ext_params & CPU_MF_INT_SF_PRA) in worker_check_error()
697 if (ext_params & CPU_MF_INT_SF_LSDA) in worker_check_error()
700 if (ext_params & CPU_MF_INT_SF_IAE) { in worker_check_error()
705 if (ext_params & CPU_MF_INT_SF_ISE) { in worker_check_error()
710 if (ext_params & CPU_MF_INT_SF_SACA) { in worker_check_error()
857 int ext_params; in worker() local
862 ext_params = atomic_xchg(&cb->ext_params, 0); in worker()
867 if (worker_check_error(cpu, ext_params)) in worker()