Home
last modified time | relevance | path

Searched refs:proc_type (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Desi.c101 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() argument
127 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()
129 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()
135 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call()
138 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call()
/linux-4.4.14/arch/arm/mach-realview/include/mach/
Dboard-eb.h77 #define check_eb_proc(proc_type) \ argument
79 == proc_type)
Dboard-pbx.h94 #define check_pbx_proc(proc_type) \ argument
96 == proc_type)
/linux-4.4.14/drivers/firmware/efi/
Dcper.c143 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()
144 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic()
145 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
/linux-4.4.14/include/linux/
Dcper.h301 __u8 proc_type; member