Searched refs:proc_type (Results 1 – 3 of 3) sorted by relevance
102 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() argument128 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()130 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()136 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()139 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()
149 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()150 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic()151 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
350 u8 proc_type; member